Pārlūkot izejas kodu

Fix maven URL and dependencies.

Accessing 'repo' is bad practice and disabled in newer artifactory
versions (like the one we just deployed). Rely on releases instead.

Also, the identd plugin was depending on the wrong parser, and
was presumably pulling in criminally old versions from artifactory.
pull/492/head
Chris Smith 7 gadus atpakaļ
vecāks
revīzija
d5e5a2c314
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1
    1
      build.gradle
  2. 1
    1
      identd/build.gradle

+ 1
- 1
build.gradle Parādīt failu

@@ -32,7 +32,7 @@ subprojects {
32 32
 
33 33
     repositories {
34 34
         mavenCentral()
35
-        maven { url 'https://artifactory.dmdirc.com/artifactory/repo' }
35
+        maven { url 'https://artifactory.dmdirc.com/artifactory/releases' }
36 36
         maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
37 37
     }
38 38
 

+ 1
- 1
identd/build.gradle Parādīt failu

@@ -1,3 +1,3 @@
1 1
 dependencies {
2
-    compile group: 'com.dmdirc.parser', name: 'irc', version: '+', changing: true
2
+    compile group: 'com.dmdirc', name: 'parser-irc', version: '+', changing: true
3 3
 }

Notiek ielāde…
Atcelt
Saglabāt