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