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 395d5d8 commit 74ecbeaCopy full SHA for 74ecbea
build.gradle
@@ -171,11 +171,16 @@ publishing {
171
172
repositories {
173
maven {
174
- url "file:///${project.projectDir}/mcmodsrepo"
+ name = "GitHubPackages"
175
+ url = "https://maven.pkg.github.com/robotgryphon/compact-crafting"
176
+ credentials {
177
+ username = System.getenv("GITHUB_ACTOR")
178
+ password = System.getenv("GITHUB_TOKEN")
179
+ }
180
}
181
182
183
184
test {
185
useJUnitPlatform()
-}
186
+}
0 commit comments