Skip to content

Commit

Permalink
Hopefully fix te
Browse files Browse the repository at this point in the history
  • Loading branch information
Quezler authored Mar 1, 2023
1 parent 819a6ed commit 8f76447
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/actions/ci/patches/kubejs.patch
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,17 @@ index 907f306d..dc8f9fb6 100644
}
} catch (Throwable ex) {
type.console.error("Failed to read script pack " + pack.info.namespace + ": ", ex);
diff --git a/forge/build.gradle b/forge/build.gradle
index 41aceddd..b24be7e2 100644
--- a/forge/build.gradle
+++ b/forge/build.gradle
@@ -48,6 +48,9 @@ repositories {
includeGroup "com.resourcefulbees"
}
}
+ maven {
+ url "https://maven.nanite.dev/releases"
+ }
}

dependencies {

0 comments on commit 8f76447

Please sign in to comment.