Skip to content

Commit

Permalink
refactor: ♻️ Build time optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
P3pp3rF1y committed Dec 10, 2023
1 parent 31944b2 commit c1c6cd6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ buildscript {
mavenCentral()
}
dependencies {
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '5.1.+', changing: true
classpath group: 'org.parchmentmc', name: 'librarian', version: '1.+', changing: true
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '5.1.74'
classpath 'org.parchmentmc:librarian:1.2.0.7-dev-SNAPSHOT'
}
}

Expand Down Expand Up @@ -47,6 +47,9 @@ repositories {
username = System.getenv("USERNAME")
password = System.getenv("READ_PACKAGES_TOKEN")
}
content {
includeGroupByRegex "sophisticatedcore.*"
}
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ minecraft_version=1.19.2
forge_version=43.2.13
mod_version=3.19.4
jei_mc_version=1.19.2-forge
jei_version=11.6.0.+
curios_version=1.19.2-5.1.1.+
jei_version=11.6.0.1018
curios_version=1.19.2-5.1.4.3
botania_version=1.19.2-439-FORGE-SNAPSHOT
patchouli_version=1.19.2-78-SNAPSHOT
balm_cf_file_id=3914527
Expand Down

0 comments on commit c1c6cd6

Please sign in to comment.