Skip to content

Commit

Permalink
Gradle: deprecate application plugin, opensciencemap#46
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 committed Sep 12, 2016
1 parent 50d3797 commit bd8cdd5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions vtm-desktop/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'application'

dependencies {
compile project(':vtm-gdx')
Expand Down Expand Up @@ -44,9 +43,6 @@ artifacts {
archives fatJar
}

mainClassName = 'org.oscim.gdx.GdxMapApp'
run { ignoreExitValue = true }

if (project.hasProperty("SONATYPE_USERNAME")) {
afterEvaluate {
project.apply from: "${rootProject.projectDir}/deploy.gradle"
Expand Down
4 changes: 0 additions & 4 deletions vtm-playground/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'java'
apply plugin: 'application'

dependencies {
compile project(':vtm-desktop')
Expand All @@ -17,6 +16,3 @@ sourceSets {
resources.srcDirs = ['resources']
}
}

mainClassName = 'org.oscim.gdx.GdxMapApp'
run { ignoreExitValue = true }

0 comments on commit bd8cdd5

Please sign in to comment.