Skip to content

Commit

Permalink
Merge pull request #12 from IntershopCommunicationsAG/update49
Browse files Browse the repository at this point in the history
update to Gradle 4.9
  • Loading branch information
m-raab authored Jul 30, 2018
2 parents 036b40f + 82737ec commit 3edb17d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Repository Configuration Init Script Plugin
:latestRevision: 4.2.0
:latestRevision: 4.3.0
:toc:
:icons: font

Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ plugins {
id 'maven-publish'

// intershop version plugin
id 'com.intershop.gradle.scmversion' version '3.4.0'
id 'com.intershop.gradle.scmversion' version '3.6.0'

// plugin for documentation
id 'org.asciidoctor.convert' version '1.5.3'
id 'org.asciidoctor.convert' version '1.5.8.1'

// plugin for publishing to Gradle Portal
id 'com.gradle.plugin-publish' version '0.9.9'
id 'com.gradle.plugin-publish' version '0.9.10'

// plugin for publishing to jcenter
id 'com.jfrog.bintray' version '1.8.0'
id 'com.jfrog.bintray' version '1.8.4'
}

scm {
Expand Down Expand Up @@ -55,7 +55,7 @@ if (project.version.endsWith('-SNAPSHOT')) {
test {
systemProperty 'intershop.classpath', project.sourceSets.main.output.getClassesDirs().getAsPath()
// Gradle versions for test
systemProperty 'intershop.gradle.versions', '4.3.1'
systemProperty 'intershop.gradle.versions', '4.4,4.9'
}

task copyAsciiDoc {
Expand Down
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.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip

0 comments on commit 3edb17d

Please sign in to comment.