Skip to content

Commit dfc8012

Browse files
committed
Update Modrinth4J version
Fixes #69
1 parent 7b6bb66 commit dfc8012

File tree

5 files changed

+46
-30
lines changed

5 files changed

+46
-30
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'com.gradle.plugin-publish' version '1.2.0'
33
}
44

5-
version = 'v2.9.0-beta.1'
5+
version = '2.8.8'
66
group = 'com.modrinth.minotaur'
77
archivesBaseName = 'Minotaur'
88
description = 'Modrinth plugin for publishing builds to the website!'
@@ -20,7 +20,7 @@ repositories {
2020
dependencies {
2121
compileOnly gradleApi()
2222
compileOnly group: 'org.jetbrains', name: 'annotations', version: '+'
23-
api group: 'dev.masecla', name: 'Modrinth4J', version: '2.1.0'
23+
api group: 'dev.masecla', name: 'Modrinth4J', version: '2.2.0'
2424
api group: 'org.ow2.asm', name: 'asm', version: '9.5'
2525
api group: 'org.ow2.asm', name: 'asm-tree', version: '9.5'
2626
compileOnly group: 'io.papermc.paperweight', name: 'paperweight-userdev', version: '1.5.2'

gradle/wrapper/gradle-wrapper.jar

-16.6 KB
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
57
zipStorePath=wrapper/dists

gradlew

Lines changed: 26 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 15 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)