Skip to content

Commit

Permalink
Update Gradle stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyhedral committed Jul 6, 2024
1 parent 921b978 commit 0495e2b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '5.1.+', changing: true
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '5.0.+', changing: true
classpath "gradle.plugin.com.matthewprenger:CurseGradle:1.4.0"
classpath "org.ajoberstar.grgit:grgit-gradle:4.1.0"
classpath 'org.parchmentmc:librarian:1.+'
Expand Down Expand Up @@ -68,7 +68,7 @@ repositories {
maven { // The One Probe
url "https://cursemaven.com"
}
maven { // ???
maven { // Patchouli
url 'https://maven.blamejared.com'
}
}
Expand Down Expand Up @@ -125,10 +125,10 @@ minecraft {
}

dependencies {
minecraft "net.minecraftforge:forge:${project.forge_version}"
minecraft "net.minecraftforge:forge:${forge_version}"

compileOnly fg.deobf("mezz.jei:jei-${jei_version}:api")
runtimeOnly fg.deobf("mezz.jei:jei-${jei_version}")
compileOnly fg.deobf("mezz.jei:jei-${mc_version}:${jei_version}:api")
runtimeOnly fg.deobf("mezz.jei:jei-${mc_version}:${jei_version}")
runtimeOnly fg.deobf("curse.maven:doggytalents-${dt_project_id}:${dt_file_id}")
compileOnly fg.deobf("vazkii.patchouli:Patchouli:${ptch_version}:api")
runtimeOnly fg.deobf("vazkii.patchouli:Patchouli:${ptch_version}")
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ modrinth_project_id=nwS25u6U
modrinth_release_type=release

# JEI
jei_version=1.16.5:7.8.0.1011
jei_version=7.8.0.1011
jei_project_id=238222
jei_file_id=5065656

Expand All @@ -43,7 +43,7 @@ top_project_id=245211
top_file_id=3752096

# Patchouli
ptch_version=1.16.5-53.3
ptch_version=1.16.4-53.3
ptch_project_id=306770
ptch_file_id=3847029

Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pluginManagement {
repositories {
maven { url = 'https://maven.parchmentmc.org' } // Add this line
// maven { url = 'https://maven.minecraftforge.net/' }
maven { url = 'https://maven.parchmentmc.org' }
maven { url = 'https://maven.minecraftforge.net/' }
gradlePluginPortal()
}
}

0 comments on commit 0495e2b

Please sign in to comment.