File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
44plugins {
55 `java- gradle- plugin`
66 `kotlin- dsl`
7- id(" com.gradle.plugin-publish" ) version " 0.21 .0"
7+ id(" com.gradle.plugin-publish" ) version " 1.0 .0"
88 id(" org.jlleitschuh.gradle.ktlint" ) version " 11.0.0"
99 id(" com.android.lint" ) version " 4.2.2"
1010 id(" org.nosphere.gradle.github.actions" ) version " 1.3.2"
@@ -100,11 +100,6 @@ pluginBundle {
100100 vcsUrl = " https://github.com/tbroyer/gradle-errorprone-plugin"
101101 description = " Gradle plugin to use the error-prone compiler for Java"
102102 tags = listOf (" javac" , " error-prone" )
103-
104- mavenCoordinates {
105- groupId = project.group.toString()
106- artifactId = project.name
107- }
108103}
109104
110105ktlint {
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ com.google.protobuf:protobuf-java:3.10.0=classpath
5252com.google.testing.platform:core-proto:0.0.8-alpha01=classpath
5353com.googlecode.json-simple:json-simple:1.1=classpath
5454com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
55- com.gradle.plugin-publish:com.gradle.plugin-publish.gradle.plugin:0.21 .0=classpath
56- com.gradle.publish:plugin-publish-plugin:0.21 .0=classpath
55+ com.gradle.plugin-publish:com.gradle.plugin-publish.gradle.plugin:1.0 .0=classpath
56+ com.gradle.publish:plugin-publish-plugin:1.0 .0=classpath
5757com.squareup:javapoet:1.10.0=classpath
5858com.squareup:javawriter:2.5.0=classpath
5959com.sun.activation:javax.activation:1.2.0=classpath
You can’t perform that action at this time.
0 commit comments