Skip to content

Commit

Permalink
Upgrade to Gradle 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdennis committed Mar 20, 2018
1 parent fb84c3d commit c41bd36
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions demos/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
plugins {
id 'org.akhikhl.gretty' version '2.0.0' apply false
id 'org.gretty' version '2.1.0' apply false
}

subprojects {
apply plugin: 'war'
apply plugin: 'org.akhikhl.gretty'
apply plugin: 'org.gretty'

repositories {
jcenter()
}

gretty {
httpPort = 8080
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Tue Mar 20 12:42:36 EDT 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

0 comments on commit c41bd36

Please sign in to comment.