Skip to content

Commit

Permalink
Updated publishing plugin and settings
Browse files Browse the repository at this point in the history
  • Loading branch information
btkelly committed Oct 31, 2024
1 parent 7567da3 commit 678d499
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'maven-publish'
id 'java-gradle-plugin'
id "com.gradle.plugin-publish" version "0.15.0"
id "com.gradle.plugin-publish" version "1.3.0"
}

apply plugin: 'groovy'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rootProject.name = 'gnag-plugin'
rootProject.name = 'gnag'
include ':plugin'
4 changes: 2 additions & 2 deletions version.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
project.ext.gnagPluginVersion = '3.0.4'
project.ext.gnagPluginVersion = '3.0.5'
project.ext.gnagPackageId = 'com.btkelly.gnag'
project.ext.gnagArtifactId = 'gnag'
project.ext.gnagPluginName = 'gnag-gradle-plugin'
project.ext.gnagDescription = 'Code quality Gradle plugin with GitHub pull request integration'
project.ext.gnagGitUrl = 'https://github.com/btkelly/gnag.git'
project.ext.gnagWebsite = 'http://gnag.watch'
project.ext.gnagLabels = ['android', 'gradle', 'github', 'java', 'kotlin']
project.ext.gnagLabels = ['android', 'github', 'java', 'kotlin']

0 comments on commit 678d499

Please sign in to comment.