Skip to content

Commit

Permalink
Update RFG to 1.3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Jul 20, 2023
1 parent d823981 commit a31ff34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {
id 'eclipse'
id 'maven-publish'
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.1.7'
id 'com.gtnewhorizons.retrofuturagradle' version '1.3.20'
id 'com.gtnewhorizons.retrofuturagradle' version '1.3.21'
id 'net.darkhax.curseforgegradle' version '1.0.14' apply false
id 'com.modrinth.minotaur' version '2.8.0' apply false
id 'com.diffplug.spotless' version '6.13.0' apply false
Expand Down Expand Up @@ -961,7 +961,7 @@ def getChangelog() {

// Buildscript updating

def buildscriptGradleVersion = '8.1.1'
def buildscriptGradleVersion = '8.2.1'

tasks.named('wrapper', Wrapper).configure {
gradleVersion = buildscriptGradleVersion
Expand Down

0 comments on commit a31ff34

Please sign in to comment.