}
task fatJar(type: Jar) {
- baseName = project.name + "-all"
+ archiveBaseName.set(project.name + "-all")
manifest {
attributes(
"Main-Class": "net.pterodactylus.rhynodge.engine.Starter"
processResources.dependsOn(createVersion)
}
+tasks.named("processGeneratedResources") {
+ duplicatesStrategy = DuplicatesStrategy.INCLUDE
+}
import org.ajoberstar.grgit.Grgit
createVersion {
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip