We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7782990 commit 349ce50Copy full SHA for 349ce50
1 file changed
build.gradle
@@ -5,11 +5,20 @@ buildscript {
5
plugins {
6
id 'java'
7
id 'application'
8
- id 'io.pivotal.labs.exedist' version '1.0.0'
+ id 'org.ajoberstar.reckon' version '0.8.0'
9
+ id "com.github.onslip.gradle-one-jar" version "1.0.5"
10
}
11
12
+group = 'codebysd'
13
+sourceCompatibility = 1.8
14
+targetCompatibility = 1.8
15
mainClassName = 'App'
16
17
+reckon {
18
+ scopeFromProp()
19
+ stageFromProp('beta','rc','final')
20
+}
21
+
22
repositories {
23
mavenCentral()
24
0 commit comments