Skip to content

Commit

Permalink
Clean up local references
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Mar 9, 2024
1 parent 8246141 commit e5f7729
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ java.toolchain.languageVersion = JavaLanguageVersion.of(17)

repositories {
mavenCentral()
mavenLocal()
}

sourceSets.each {
Expand Down Expand Up @@ -106,9 +105,6 @@ runs {
dependencies {
implementation "net.neoforged:neoforge:${project.neo_version}"

// TODO: remove and update in GML-core
compileOnly "org.groovymc:groovybundler:2.1.2"

expose "org.groovymc.gml:gml-core:${project.gml_core_version}"
expose "org.groovymc.cgl:cgl-1.20.4-neoforge:${project.cgl_version}"

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ org.gradle.daemon=false
release_type=release

neo_version=20.4.196
gml_core_version=5.0.1-dirty
gml_core_version=5.0.3
cgl_version=0.4.0
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pluginManagement {
name = "Luke's Maven"
url = 'https://maven.lukebemish.dev/releases/'
}
mavenLocal()
gradlePluginPortal()
}
}
Expand Down

0 comments on commit e5f7729

Please sign in to comment.