Skip to content

Commit

Permalink
build: downgrade neogradle
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Apr 27, 2024
1 parent 5cdceff commit f13e84b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-curseforge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
java-version: 17
- uses: gradle/[email protected]
with:
gradle-version: 8.7
gradle-version: 8.1
- name: Publish build
env:
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-modrinth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
java-version: 17
- uses: gradle/[email protected]
with:
gradle-version: 8.7
gradle-version: 8.1
- name: Publish build
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
Expand Down
9 changes: 2 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import net.neoforged.gradle.common.tasks.JarJar
plugins {
id 'eclipse'
id 'maven-publish'
id 'net.neoforged.gradle.userdev' version '7.0.112'
id 'net.neoforged.gradle.userdev' version '7.0.108'
id 'io.github.0ffz.github-packages' version '[1,2)'
id 'com.matthewprenger.cursegradle' version '[1.4,1.5)'
id 'com.modrinth.minotaur' version '[2,3)'
Expand Down Expand Up @@ -112,12 +112,7 @@ repositories {
maven { url = "https://jitpack.io" }
maven { url = "https://maven.blamejared.com" }
maven { url = "https://maven.theillusivec4.top/" }
maven {
url = "https://cursemaven.com"
content {
includeGroup "curse.maven"
}
}
maven { url = "https://cursemaven.com" }
maven { url = "https://gitlab.com/api/v4/projects/21830712/packages/maven" }
maven githubPackage.invoke("The-Aether-Team/Nitrogen")
maven githubPackage.invoke("The-Aether-Team/Cumulus")
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit f13e84b

Please sign in to comment.