Committed by
GitHub
Update protobuf and spotless gradle plugin (#686)
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -12,10 +12,10 @@ buildscript { | @@ -12,10 +12,10 @@ buildscript { | ||
| 12 | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" | 12 | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" |
| 13 | classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version" | 13 | classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version" |
| 14 | classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dokka_version" | 14 | classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dokka_version" |
| 15 | - classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.3' | 15 | + classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.5' |
| 16 | classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.30.0" | 16 | classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.30.0" |
| 17 | classpath 'com.dicedmelon.gradle:jacoco-android:0.1.5' | 17 | classpath 'com.dicedmelon.gradle:jacoco-android:0.1.5' |
| 18 | - classpath "com.diffplug.spotless:spotless-plugin-gradle:6.21.0" | 18 | + classpath "com.diffplug.spotless:spotless-plugin-gradle:6.23.3" |
| 19 | // NOTE: Do not place your application dependencies here; they belong | 19 | // NOTE: Do not place your application dependencies here; they belong |
| 20 | // in the individual module build.gradle files | 20 | // in the individual module build.gradle files |
| 21 | } | 21 | } |
-
请 注册 或 登录 后发表评论