Slackbot
05/17/2023, 2:41 PMVampire
05/17/2023, 2:58 PMJohn
05/17/2023, 3:09 PMJohn
05/17/2023, 3:09 PMJohn
05/17/2023, 3:09 PMJohn
05/17/2023, 3:09 PMThomas Broyer
05/17/2023, 4:07 PMtasks.withType<Jar>().configureEach {
// Never include the version in the JAR filenames
archiveVersion.set(null as String?)
}
to avoid things accumulating in build/libs, but that also helps with incremental builds.John
05/18/2023, 9:40 PMJohn
05/18/2023, 9:40 PMThomas Broyer
05/18/2023, 10:36 PMJohn
05/18/2023, 11:25 PMJohn
05/19/2023, 6:31 PMJohn
05/19/2023, 6:34 PMThomas Broyer
05/20/2023, 10:09 AMJohn
05/21/2023, 6:36 PMJohn
05/21/2023, 6:36 PMJohn
05/22/2023, 1:35 PMJohn
05/22/2023, 2:55 PMnormalization {
runtimeClasspath {
metaInf {
ignoreAttribute("Implementation-Version")
}
ignore("**/pom.xml")
}
}
}