Skip to content

Commit 46cdc01

Browse files
committed
Update plugin-publish to 1.0.0
1 parent 0c91446 commit 46cdc01

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

build.gradle.kts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
44
plugins {
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

110105
ktlint {

buildscript-gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ com.google.protobuf:protobuf-java:3.10.0=classpath
5252
com.google.testing.platform:core-proto:0.0.8-alpha01=classpath
5353
com.googlecode.json-simple:json-simple:1.1=classpath
5454
com.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
5757
com.squareup:javapoet:1.10.0=classpath
5858
com.squareup:javawriter:2.5.0=classpath
5959
com.sun.activation:javax.activation:1.2.0=classpath

0 commit comments

Comments
 (0)