Skip to content

Commit 74637f7

Browse files
authored
⚡ configuration cache (#264)
1 parent 358f6ae commit 74637f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: ./gradlew build
2727

2828
- name: Publish release to Gradle Plugin Portal
29-
run: "./gradlew publishPlugins --no-configuration-cache"
29+
run: "./gradlew publishPlugins"
3030
env:
3131
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
3232
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAME
55
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
66
org.gradle.configuration-cache=true
77
org.gradle.caching=true
8-
version=0.9.2
8+
version=0.10.0
99
group=com.ryandens

0 commit comments

Comments
 (0)