Update to gradle 7

This commit is contained in:
NotMyFault 2021-04-10 16:52:46 +02:00
parent a5c43bb823
commit ba4146f82c
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
3 changed files with 5 additions and 6 deletions

View File

@ -1,13 +1,13 @@
import com.github.jengelman.gradle.plugins.shadow.ShadowPlugin import com.github.jengelman.gradle.plugins.shadow.ShadowPlugin
import net.minecrell.gradle.licenser.LicenseExtension import org.cadixdev.gradle.licenser.LicenseExtension
import net.minecrell.gradle.licenser.Licenser import org.cadixdev.gradle.licenser.Licenser
plugins { plugins {
java java
`java-library` `java-library`
`maven-publish` `maven-publish`
id("com.github.johnrengelman.shadow") version "6.1.0" id("com.github.johnrengelman.shadow") version "6.1.0"
id("net.minecrell.licenser") version "0.4.1" id("org.cadixdev.licenser") version "0.5.1"
id("org.ajoberstar.grgit") version "4.1.0" id("org.ajoberstar.grgit") version "4.1.0"
eclipse eclipse
@ -28,7 +28,6 @@ allprojects {
repositories { repositories {
mavenCentral() mavenCentral()
jcenter()
maven { maven {
name = "Sonatype OSS" name = "Sonatype OSS"

View File

@ -1,4 +1,4 @@
org.gradle.daemon=true org.gradle.daemon=true
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.configureondemand=true org.gradle.configureondemand=true
org.gradle.parallel=true org.gradle.parallel=true

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