mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 13:10:55 +00:00
Fix build by moving jar task disable to correct place.
This commit is contained in:
parent
f941dc9206
commit
3377060736
@ -4,6 +4,9 @@ plugins {
|
||||
id("com.github.johnrengelman.shadow") version "7.1.1" apply false
|
||||
}
|
||||
|
||||
// Disable the JAR task for the root project.
|
||||
tasks["jar"].enabled = false
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@ -40,8 +43,6 @@ subprojects {
|
||||
targetCompatibility = javaVersion
|
||||
}
|
||||
|
||||
tasks["jar"].enabled = false
|
||||
|
||||
tasks.processResources {
|
||||
val props = mapOf("version" to version)
|
||||
inputs.properties(props)
|
||||
|
Loading…
Reference in New Issue
Block a user