Skip to content

Commit

Permalink
enables configuration cache (#68)
Browse files Browse the repository at this point in the history
* enable configuration cache

* bump version
  • Loading branch information
nbaztec authored Dec 23, 2023
1 parent e8d4c53 commit 9130516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

group = "com.github.nbaztec"
version = "1.2.17"
version = "1.2.18"

buildscript {
repositories {
Expand Down
1 change: 1 addition & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
org.gradle.configuration-cache=true

0 comments on commit 9130516

Please sign in to comment.