mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-12 07:50:53 -05:00
Support downloading additional artifacts (sources, javadoc, etc.)
This commit is contained in:
12
plugin/gradle75/build.gradle.kts
Normal file
12
plugin/gradle75/build.gradle.kts
Normal file
@@ -0,0 +1,12 @@
|
||||
plugins {
|
||||
`plugin-conventions`
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly(libs.gradle.api.get75())
|
||||
implementation(project(":plugin:common"))
|
||||
}
|
||||
|
||||
tasks.shadowJar {
|
||||
archiveFileName = "plugin-gradle75.jar"
|
||||
}
|
||||
Reference in New Issue
Block a user