We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d823981 commit a31ff34Copy full SHA for a31ff34
build.gradle
@@ -23,7 +23,7 @@ plugins {
23
id 'eclipse'
24
id 'maven-publish'
25
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.1.7'
26
- id 'com.gtnewhorizons.retrofuturagradle' version '1.3.20'
+ id 'com.gtnewhorizons.retrofuturagradle' version '1.3.21'
27
id 'net.darkhax.curseforgegradle' version '1.0.14' apply false
28
id 'com.modrinth.minotaur' version '2.8.0' apply false
29
id 'com.diffplug.spotless' version '6.13.0' apply false
@@ -961,7 +961,7 @@ def getChangelog() {
961
962
// Buildscript updating
963
964
-def buildscriptGradleVersion = '8.1.1'
+def buildscriptGradleVersion = '8.2.1'
965
966
tasks.named('wrapper', Wrapper).configure {
967
gradleVersion = buildscriptGradleVersion
0 commit comments