Skip to content

Commit

Permalink
setup for Netbeans
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Mar 10, 2020
1 parent 6f6df08 commit 85da787
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ plugins {
id 'idea'
}

def applicationNameConfig = 'simulated-evolution'
def group = 'org.woehlke.computer.kurzweil'
def applicationNameConfig = 'simulatedevolution'
def mainClassNameConfig = 'org.woehlke.simulation.evolution.SimulatedEvolutionApplication'

def applicationName = "${applicationNameConfig}"
def group = 'org.woehlke.simulation.evolution'
////version = '1.9'
//version = '1.9-SNAPSHOT'
def sourceCompatibility = '13'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = 'simulated-evolution'
rootProject.name = 'simulatedevolution'

0 comments on commit 85da787

Please sign in to comment.