summaryrefslogtreecommitdiffstats
path: root/sd-plugin
diff options
context:
space:
mode:
authorsariel <shahar.ariel@verizonmedia.com>2021-11-01 16:42:20 +0200
committersariel <shahar.ariel@verizonmedia.com>2021-11-01 16:42:20 +0200
commitc6bbb8978db89ab7bc9a53b8006e3a739ee34f0a (patch)
tree990e5a4d80c984e93eba9090803b44de0fe7e1fd /sd-plugin
parent19ede09621328e7a24d90d0bd94f83451efb1932 (diff)
Define buildPlugin task as a default task
Diffstat (limited to 'sd-plugin')
-rw-r--r--sd-plugin/build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/sd-plugin/build.gradle b/sd-plugin/build.gradle
index 90a137ce473..0a4798032d9 100644
--- a/sd-plugin/build.gradle
+++ b/sd-plugin/build.gradle
@@ -9,6 +9,8 @@ plugins {
id 'maven-publish' // to deploy the plugin into a Maven repo
}
+defaultTasks 'buildPlugin'
+
apply plugin: 'org.jetbrains.grammarkit'
import org.jetbrains.grammarkit.tasks.GenerateLexer
@@ -36,7 +38,7 @@ compileJava {
group 'org.yahoo.native'
-version '1.0.0'
+version '1.0.1'
sourceCompatibility = 11