Skip to content

Commit

Permalink
Update plugin-publish to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroyer committed Oct 10, 2022
1 parent 0c91446 commit 46cdc01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
`java-gradle-plugin`
`kotlin-dsl`
id("com.gradle.plugin-publish") version "0.21.0"
id("com.gradle.plugin-publish") version "1.0.0"
id("org.jlleitschuh.gradle.ktlint") version "11.0.0"
id("com.android.lint") version "4.2.2"
id("org.nosphere.gradle.github.actions") version "1.3.2"
Expand Down Expand Up @@ -100,11 +100,6 @@ pluginBundle {
vcsUrl = "https://github.com/tbroyer/gradle-errorprone-plugin"
description = "Gradle plugin to use the error-prone compiler for Java"
tags = listOf("javac", "error-prone")

mavenCoordinates {
groupId = project.group.toString()
artifactId = project.name
}
}

ktlint {
Expand Down
4 changes: 2 additions & 2 deletions buildscript-gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.testing.platform:core-proto:0.0.8-alpha01=classpath
com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.gradle.plugin-publish:com.gradle.plugin-publish.gradle.plugin:0.21.0=classpath
com.gradle.publish:plugin-publish-plugin:0.21.0=classpath
com.gradle.plugin-publish:com.gradle.plugin-publish.gradle.plugin:1.0.0=classpath
com.gradle.publish:plugin-publish-plugin:1.0.0=classpath
com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath
Expand Down

0 comments on commit 46cdc01

Please sign in to comment.