Skip to content

Commit

Permalink
Re-build version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostzali committed Apr 26, 2017
1 parent be09bfa commit 21070b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
group 'id.goindonesia.area'
version '1.0'

buildscript {
ext {
Expand All @@ -16,12 +15,9 @@ buildscript {
apply plugin: 'java'
apply plugin: 'org.springframework.boot'

version '1.0'
sourceCompatibility = 1.8

jar {
baseName = 'area-indonesia'
}

repositories {
mavenCentral()
}
Expand All @@ -40,15 +36,4 @@ dependencies {

runtime('com.h2database:h2')
testCompile('org.springframework.boot:spring-boot-starter-test')
}

task fatJar(type: Jar) {
manifest {
attributes 'Implementation-Title': 'Area - Indonesia | by GO Indonesia',
'Implementation-Version': version,
'Main-Class': 'id.goindonesia.area.indonesia.AreaIndonesiaApplication'
}
baseName = jar.baseName
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
with jar
}
Binary file modified productions/1.0/area-indonesia-1.0.jar
Binary file not shown.

0 comments on commit 21070b8

Please sign in to comment.