Skip to content

Commit 349ce50

Browse files
author
codebysd
committed
updated gradle
1 parent 7782990 commit 349ce50

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

build.gradle

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,20 @@ buildscript {
55
plugins {
66
id 'java'
77
id 'application'
8-
id 'io.pivotal.labs.exedist' version '1.0.0'
8+
id 'org.ajoberstar.reckon' version '0.8.0'
9+
id "com.github.onslip.gradle-one-jar" version "1.0.5"
910
}
1011

12+
group = 'codebysd'
13+
sourceCompatibility = 1.8
14+
targetCompatibility = 1.8
1115
mainClassName = 'App'
1216

17+
reckon {
18+
scopeFromProp()
19+
stageFromProp('beta','rc','final')
20+
}
21+
1322
repositories {
1423
mavenCentral()
1524
}

0 commit comments

Comments
 (0)