Skip to content

Commit 3cc334c

Browse files
Bump OsDetector plugin 1.6.1 -> 1.7.0 (#124)
Version 1.7.0 supports the Gradle Configuration Cache. The current version, 1.6.1, prevents the cache from being effective.
1 parent a129e94 commit 3cc334c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828
dependencies {
2929
implementation gradleApi()
3030

31-
implementation 'com.google.gradle:osdetector-gradle-plugin:1.6.1'
31+
implementation 'com.google.gradle:osdetector-gradle-plugin:1.7.0'
3232
implementation 'org.javamodularity:moduleplugin:1.8.10'
3333

3434
testImplementation gradleTestKit()

0 commit comments

Comments
 (0)