mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 23:40:37 -05:00
Support downloading additional artifacts (sources, javadoc, etc.)
This commit is contained in:
@@ -3,8 +3,8 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":plugin:gradle8"))
|
||||
compileOnly(libs.gradle.api.get80())
|
||||
implementation(project(":plugin:gradle8"))
|
||||
}
|
||||
|
||||
tasks.shadowJar {
|
||||
|
||||
Reference in New Issue
Block a user