aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Herzig <jonas@spark-squared.com>2021-05-13 17:54:00 +0200
committerJonas Herzig <jonas@spark-squared.com>2021-05-13 17:54:00 +0200
commit9b8eafc2896ac36204d74e8734b33cc3fb1bcc61 (patch)
tree2d1c2772ce447cb6e12a55579064101fcfd16d6c
parente7bc0828ad53c283ca9048e5b54146bf4e81e057 (diff)
downloadRemap-9b8eafc2896ac36204d74e8734b33cc3fb1bcc61.tar.gz
Remap-9b8eafc2896ac36204d74e8734b33cc3fb1bcc61.tar.bz2
Remap-9b8eafc2896ac36204d74e8734b33cc3fb1bcc61.zip
Update Gradle to 7.0.1
Kotlin 1.5 requires at least Gradle 6.8.3.
-rw-r--r--build.gradle.kts4
-rwxr-xr-xgradle/wrapper/gradle-wrapper.properties4
2 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 8493ae8..07fe345 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -17,9 +17,9 @@ repositories {
}
dependencies {
- compile("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.3.72")
+ api("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.3.72")
implementation(kotlin("stdlib"))
- compile("org.cadixdev:lorenz:0.5.0")
+ api("org.cadixdev:lorenz:0.5.0")
}
tasks.named<Jar>("jar") {
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 722328d..99e5f8e 100755
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionSha256Sum=7bdbad1e4f54f13c8a78abc00c26d44dd8709d4aedb704d913fb1bb78ac025dc
-distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip
+distributionSha256Sum=dccda8aa069563c8ba2f6cdfd0777df0e34a5b4d15138ca8b9757e94f4e8a8cb
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists