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 4be4950 commit c2bbed0
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 @@ -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 @@ -119,7 +119,7 @@ repositories {
maven { url = "https://jitpack.io" }
maven { url = "https://maven.blamejared.com" }
maven { url = "https://maven.theillusivec4.top/" }
maven { url = "https://www.cursemaven.com" }
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

0 comments on commit c2bbed0

Please sign in to comment.