Skip to content

Commit 64786cf

Browse files
api setup
Signed-off-by: Real Ant Engineer <[email protected]>
1 parent 04868ec commit 64786cf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,11 @@ repositories {
108108

109109
maven { url = "https://raw.githubusercontent.com/Fuzss/modresources/main/maven/" } // ForgeConfigAPIPort
110110
maven {
111-
url = uri("file:///D:/maven") // maven sur le disc extern -> à mettre en variable d'environement.
111+
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+
}
112116
}
113117

114118
}

0 commit comments

Comments
 (0)