瀏覽代碼

Publish to parser not util

pull/164/head
Greg Holmes 4 年之前
父節點
當前提交
277ae8d34a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle 查看文件

@@ -79,7 +79,7 @@ subprojects {
79 79
         repositories {
80 80
             maven {
81 81
                 name = "GitHubPackages"
82
-                url = uri("https://maven.pkg.github.com/dmdirc/util")
82
+                url = uri("https://maven.pkg.github.com/dmdirc/parser")
83 83
                 credentials {
84 84
                     username = project.findProperty("gpr.user") ?: System.getenv("USERNAME")
85 85
                     password = project.findProperty("gpr.key") ?: System.getenv("PASSWORD")

Loading…
取消
儲存