Kaynağa Gözat

Update build.gradle

pull/64/head
Greg Holmes 4 yıl önce
ebeveyn
işleme
eeed686d04
No account linked to committer's email address
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2
    2
      build.gradle

+ 2
- 2
build.gradle Dosyayı Görüntüle

52
             name = "GitHubPackages"
52
             name = "GitHubPackages"
53
             url = uri("https://maven.pkg.github.com/dmdirc/util")
53
             url = uri("https://maven.pkg.github.com/dmdirc/util")
54
             credentials {
54
             credentials {
55
-                username = project.findProperty("gpr.user") ?: System.getenv("USERNAME")
56
-                password = project.findProperty("gpr.key") ?: System.getenv("PASSWORD")
55
+                username = findProperty("GITHUB_USERNAME")
56
+                password = findProperty("GITHUB_API_TOKEN")
57
             }
57
             }
58
         }
58
         }
59
     }
59
     }

Loading…
İptal
Kaydet