Skip to content

Commit

Permalink
get jei from curse maven
Browse files Browse the repository at this point in the history
  • Loading branch information
brachy84 committed Aug 21, 2023
1 parent bef24e3 commit 07c29e0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ repositories {
maven {
url = 'https://mvnrepository.com/artifact/org.apache.groovy/groovy'
}
maven {
url 'https://dvs1.progwml6.com/files/maven/'
}
maven {
url 'http://maven.tterrag.com/'
allowInsecureProtocol = true
Expand Down Expand Up @@ -105,7 +102,7 @@ dependencies {

embed "org.apache.groovy:groovy:${project.groovy_version}"

implementation 'mezz.jei:jei_1.12.2:4.16.1.302'
implementation 'curse.maven:jei-238222:3040523'

compileOnly rfg.deobf('curse.maven:codechicken_lib_1_8-242818:2779848')
if (project.debug_avaritia.toBoolean() || project.debug_draconic_evolution.toBoolean()) {
Expand Down

0 comments on commit 07c29e0

Please sign in to comment.