Skip to content

Commit

Permalink
Merged in SHIBUI-360 (pull request #3)
Browse files Browse the repository at this point in the history
* SHIBUI-362 Update documentation for war

* SHIBUI-360 Update gradle
  • Loading branch information
Jonathan Johnson committed Mar 7, 2018
1 parent c714bf7 commit d05a229
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ There are currently 2 ways to run the application:

### Running as an executable

`java -jar shibui.jar`
`java -jar shibui.war`

For complete information on overriding default configuration, see [https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html].

Expand Down Expand Up @@ -95,5 +95,6 @@ shibui.logout-url=/dashboard
spring.profiles.active=default
# Password for the default user. If not set, a password will be generated at startup
#shibui.default-password=
```
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
task wrapper(type: Wrapper) {
gradleVersion = 4.1
gradleVersion = 4.6
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

0 comments on commit d05a229

Please sign in to comment.