Skip to content

Commit

Permalink
Update Gradle dependencies and pin Minotaur version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed May 13, 2024
1 parent 5074026 commit 975ac1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("io.github.gaming32.gradle.preprocess-root") version "0.4.4"
id("xyz.wagyourtail.unimined") version "1.2.4" apply false
id("xyz.wagyourtail.unimined") version "1.2.5" apply false
}

repositories {
Expand Down
4 changes: 2 additions & 2 deletions version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ plugins {
`maven-publish`
id("io.github.gaming32.gradle.preprocess")
id("xyz.wagyourtail.unimined")
id("com.modrinth.minotaur") version "2.+"
id("xyz.wagyourtail.jvmdowngrader") version "0.2.0-SNAPSHOT"
id("com.modrinth.minotaur") version "2.8.7"
id("xyz.wagyourtail.jvmdowngrader") version "0.2.2"
}

fun Any.setGroovyProperty(name: String, value: Any) = withGroovyBuilder { metaClass }.setProperty(this, name, value)
Expand Down

0 comments on commit 975ac1b

Please sign in to comment.