Browse Source

niftygui build: add niftygui repository reference to pom

Kirill Vainer 10 năm trước cách đây
mục cha
commit
62eede87b3
1 tập tin đã thay đổi với 13 bổ sung0 xóa
  1. 13 0
      jme3-niftygui/build.gradle

+ 13 - 0
jme3-niftygui/build.gradle

@@ -14,3 +14,16 @@ dependencies {
     compile 'lessvoid:nifty-default-controls:1.4.1'
     compile 'lessvoid:nifty-style-black:1.4.1'
 }
+
+uploadArchives {
+    repositories.mavenDeployer {
+        pom.project {
+            repositories {
+                repository {
+                    id "nifty-maven-repo.sourceforge.net"
+                    url "http://nifty-gui.sourceforge.net/nifty-maven-repo"
+                }
+            }
+        }
+    }
+}