mirror of
https://github.com/plexusorg/plugin-yml.git
synced 2024-10-31 17:19:21 +00:00
Change sourceJar to val in Gradle build script
This commit is contained in:
parent
9c880b6d17
commit
17d042ee9b
|
@ -19,7 +19,7 @@ dependencies {
|
||||||
compile("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.6")
|
compile("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.6")
|
||||||
}
|
}
|
||||||
|
|
||||||
var sourceJar = task<Jar>("sourceJar") {
|
val sourceJar = task<Jar>("sourceJar") {
|
||||||
classifier = "sources"
|
classifier = "sources"
|
||||||
from(java.sourceSets["main"].allSource)
|
from(java.sourceSets["main"].allSource)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue