Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Mar 13, 2020
1 parent ad35260 commit 5e8dc50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ plugins {
id 'idea'
}

def group = 'org.woehlke.computer.kurzweil'
def applicationNameConfig = 'simulatedevolution'
def mainClassNameConfig = 'org.woehlke.simulation.evolution.SimulatedEvolutionApplication'
def applicationName = "${applicationNameConfig}"
def mainClassNameConfig = 'org.woehlke.computer.kurzweil.simulation.evolution.SimulatedEvolutionApplication'

group = 'org.woehlke.computer.kurzweil'
applicationName = "${applicationNameConfig}"
////version = '1.9'
//version = '1.9-SNAPSHOT'
def sourceCompatibility = '13'
sourceCompatibility = '13'

def jacksonDatabindVersion = '2.9.8' //2.10.2
def lombokVersion = '1.18.12'
def lombokVersion = '1.18.12'
def log4j2Version = '2.13.0'
def log4j12Version = '1.2.17'
def junit5Version = '5.6.0'
Expand Down
2 changes: 1 addition & 1 deletion run.cmd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
./gradlew clean run
gradlew clean runShadow

0 comments on commit 5e8dc50

Please sign in to comment.