mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-12 07:50:53 -05:00
Separate plugins for different Gradle APIs
This commit is contained in:
8
plugin/gradle8/build.gradle.kts
Normal file
8
plugin/gradle8/build.gradle.kts
Normal file
@@ -0,0 +1,8 @@
|
||||
plugins {
|
||||
`gradle-kotlin-conventions`
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly(libs.gradle.api.get80())
|
||||
api(project(":plugin:common"))
|
||||
}
|
||||
Reference in New Issue
Block a user