Skip to content

Commit

Permalink
Add taumc maven repo for glsl-transformation-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleptomania committed Oct 28, 2024
1 parent 91d2d04 commit 7433526
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {
compileOnly('org.jetbrains:annotations:24.0.1')
api("com.github.GTNewHorizons:GTNHLib:0.5.12:dev")
shadowImplementation("org.anarres:jcpp:1.4.14") // Apache 2.0
shadowImplementation("org.taumc:glsl-transformation-lib:69.69.69") {
shadowImplementation("org.taumc:glsl-transformation-lib:0.2.0-4.g6b42bca") {
exclude module: "antlr4" // we only want to shadow the runtime module
}
shadowImplementation("org.antlr:antlr4-runtime:4.13.2")
Expand Down
7 changes: 7 additions & 0 deletions repositories.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,12 @@ repositories {
includeGroup('CoreTweaks')
}
}
maven {
name = 'taumc'
url = 'https://maven.taumc.org/releases'
content {
includeGroup 'org.taumc'
}
}
mavenLocal()
}

0 comments on commit 7433526

Please sign in to comment.