Browse Source

Update build.gradle

nfc if this'll work
pull/64/head
Greg Holmes 4 years ago
parent
commit
561f27295d
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      build.gradle

+ 4
- 4
build.gradle View File

@@ -49,11 +49,11 @@ publishing {
49 49
     }
50 50
     repositories {
51 51
         maven {
52
-            name 'snapshots'
53
-            url 'http://artifactory.dmdirc.com/artifactory/snapshots'
52
+            name = "GitHubPackages"
53
+            url = uri("https://maven.pkg.github.com/dmdirc/util")
54 54
             credentials {
55
-                username System.getenv('ARTIFACTORY_USER')
56
-                password System.getenv('ARTIFACTORY_PASSWORD')
55
+                username = ""
56
+                password = {{secrets.GITHUB_TOKEN}}
57 57
             }
58 58
         }
59 59
     }

Loading…
Cancel
Save