summaryrefslogtreecommitdiffstats
path: root/sd-plugin/build.gradle
diff options
context:
space:
mode:
authorsariel <shahar.ariel@verizonmedia.com>2021-10-31 11:51:57 +0200
committersariel <shahar.ariel@verizonmedia.com>2021-10-31 11:51:57 +0200
commitd12a5f68de7d517742a4fb4fbf84d95efcf0c80c (patch)
tree50ae32b817e35c573b046abb0a5a53fcda950381 /sd-plugin/build.gradle
parent80d8bb1aab53dadacbf7cbe5bc7658695534ddcf (diff)
Minor version and group/vendor change
Diffstat (limited to 'sd-plugin/build.gradle')
-rw-r--r--sd-plugin/build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd-plugin/build.gradle b/sd-plugin/build.gradle
index 5a0c37dbf33..90a137ce473 100644
--- a/sd-plugin/build.gradle
+++ b/sd-plugin/build.gradle
@@ -1,4 +1,4 @@
-// This "noinspection" comment is here to fix a warning
+// This "noinspection" comment below is here to fix a warning
//noinspection GroovyAssignabilityCheck
plugins {
id 'org.jetbrains.intellij' version '1.1.4'
@@ -35,12 +35,12 @@ compileJava {
}
-group 'org.vz.native'
-version '1.0.1'
+group 'org.yahoo.native'
+version '1.0.0'
sourceCompatibility = 11
-// This "noinspection" comment is here to fix a warning
+// This "noinspection" comment below is here to fix a warning
//noinspection GroovyAssignabilityCheck
repositories {
mavenCentral()