1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-18 19:51:35 +02:00

gradle-6.8.3 --> gradle-7.0

This commit is contained in:
soloturn
2021-05-08 16:57:52 +02:00
parent 3ba1350f1b
commit fd6f947c9e
2 changed files with 2 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ java {
} }
tasks.withType<Jar> { tasks.withType<Jar> {
duplicatesStrategy = DuplicatesStrategy.INCLUDE
manifest { manifest {
attributes["Main-Class"] = "com.rarchives.ripme.App" attributes["Main-Class"] = "com.rarchives.ripme.App"
attributes["Implementation-Version"] = archiveVersion attributes["Implementation-Version"] = archiveVersion

View File

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists