Parcourir la source

update artifactory

yayan il y a 9 mois
Parent
commit
b57fcba9f1
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 3 3
      build.gradle
  2. 1 1
      settings.gradle

+ 3 - 3
build.gradle

@@ -6,7 +6,7 @@ plugins {
 }
 
 group = 'io.nexilis'
-version = '1.0.21'
+version = '1.0.22'
 
 compileJava {
     sourceCompatibility = '1.8'
@@ -31,7 +31,7 @@ test {
 gradlePlugin {
     plugins {
         streamshield {
-            id = "io.nexilis.streamshield"
+            id = "io.nexilis.in-plugin"
             implementationClass = "io.nexilis.StreamShieldPlugin"
         }
     }
@@ -49,7 +49,7 @@ artifactory {
     contextUrl = 'http://192.168.1.38:8082/artifactory'
     publish {
         repository {
-            repoKey = 'nexilis-plugin'
+            repoKey = 'ob-in-plugin'
             username = "development"
             password = "AP6wH1jwMWCRwDBftXh4cLmtYq7"
         }

+ 1 - 1
settings.gradle

@@ -1,2 +1,2 @@
-rootProject.name = 'streamshield'
+rootProject.name = 'in-plugin'