Skip to content

Commit

Permalink
- small enhancements
Browse files Browse the repository at this point in the history
- cleanup run.sh
- add nohup to run script in a background
  • Loading branch information
spolnik committed Jan 5, 2017
1 parent b2a2f59 commit a88130c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.gradle
build/
.idea
logs
2 changes: 1 addition & 1 deletion gradle/versioning.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//noinspection GroovyAssignabilityCheck
version = new ProjectVersion(
'1', '0', '2', System.env.TRAVIS_BUILD_NUMBER
'1', '0', '3', System.env.TRAVIS_BUILD_NUMBER
)

println "Version number: " + version
Expand Down
3 changes: 2 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/bash
java -Dserver.port=5000 -jar jalgoarena-eureka-*.jar
PORT=5000
nohup java -jar jalgoarena-eureka-*.jar &

0 comments on commit a88130c

Please sign in to comment.