`check-lib-versions`
}
-version = "0.7.4"
+version = "0.8.1"
java {
sourceCompatibility = JavaVersion.VERSION_11
}
}
+
+tasks.withType<AbstractArchiveTask>().configureEach {
+ isPreserveFileTimestamps = false
+ isReproducibleFileOrder = true
+}
+
tasks.withType<JavaCompile> {
options.encoding = "UTF-8"
}