1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-07-31 19:10:15 +02:00

gradle-6.8.3 --> gradle-7.0

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

View File

@@ -35,6 +35,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"
} }

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.2-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