Skip to content

Commit

Permalink
Update gradle-publish-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrengelman committed May 22, 2022
1 parent 422adde commit e4011db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ratpack-gradle/ratpack-gradle.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
}
}
dependencies {
classpath "com.gradle.publish:plugin-publish-plugin:0.18.0"
classpath "com.gradle.publish:plugin-publish-plugin:0.21.0"
}
}

Expand Down
5 changes: 3 additions & 2 deletions ratpack-manual/ratpack-manual.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ buildscript {
dependencies {
classpath "gradle.plugin.com.github.jengelman.gradle.plugins:gradle-processes:0.5.0"
classpath "org.pegdown:pegdown:${commonVersions.pegdown}"
// Use the master version of gradle-js-plugin since it fixes a Gradle 6 deprecation (from JitPack.io)
classpath "com.github.eriwen:gradle-js-plugin:d15f4ae"
classpath("com.github.eriwen:gradle-js-plugin:d15f4ae") {
because "Use the master version of gradle-js-plugin since it fixes a Gradle 6 deprecation (from JitPack.io)"
}
classpath "com.google.javascript:closure-compiler:v20220502"
classpath commonDependencies.jsass
}
Expand Down
5 changes: 3 additions & 2 deletions ratpack-site/ratpack-site.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ buildscript {
classpath 'gradle.plugin.com.github.johnrengelman:shadow:7.1.2'
classpath 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.2'
classpath commonDependencies.jsass
// Use the master version of gradle-js-plugin since it fixes a Gradle 6 deprecation (from JitPack.io)
classpath "com.github.eriwen:gradle-js-plugin:d15f4ae"
classpath("com.github.eriwen:gradle-js-plugin:d15f4ae") {
because "Use the master version of gradle-js-plugin since it fixes a Gradle 6 deprecation (from JitPack.io)"
}
classpath "com.google.javascript:closure-compiler:v20220502" //v20150315
}
}
Expand Down

0 comments on commit e4011db

Please sign in to comment.