summaryrefslogtreecommitdiffstats
path: root/sd-plugin/build.gradle
diff options
context:
space:
mode:
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()