We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04868ec commit 64786cfCopy full SHA for 64786cf
build.gradle
@@ -108,7 +108,11 @@ repositories {
108
109
maven { url = "https://raw.githubusercontent.com/Fuzss/modresources/main/maven/" } // ForgeConfigAPIPort
110
maven {
111
- url = uri("file:///D:/maven") // maven sur le disc extern -> à mettre en variable d'environement.
+ url = "https://maven.pkg.github.com/RealAntEngineer/Formic_API" // maven for Formic_API (temporary)
112
+ credentials {
113
+ username = "RealAntEngineer"
114
+ password = "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"// this is a read only token
115
+ }
116
}
117
118
0 commit comments