Skip to content

Commit 8a7f1a6

Browse files
committed
Upgrade dsl plugin.
Gradle 5.6.4 expects the plugin to be version 1.2.9.
1 parent ecb876d commit 8a7f1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
plugins {
16-
id "org.gradle.kotlin.kotlin-dsl" version "1.2.6"
16+
id "org.gradle.kotlin.kotlin-dsl" version "1.2.9"
1717
id "org.jlleitschuh.gradle.ktlint" version "9.2.1"
1818
id 'com.github.sherter.google-java-format' version '0.9'
1919
}

0 commit comments

Comments
 (0)