Skip to content

Commit

Permalink
[Gradle Release Plugin] - new version commit: '2.4.3'.
Browse files Browse the repository at this point in the history
  • Loading branch information
mageddo committed Jan 31, 2023
1 parent 8a7bd5a commit 9175083
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
//buildscript {
// repositories {
// maven {
// url "https://plugins.gradle.org/m2/"
// }
// }
// dependencies {
// classpath "io.github.gradle-nexus:publish-plugin:1.1.0"
// }
//}

plugins {
id 'net.researchgate.release' version '3.0.2'
id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
id 'net.researchgate.release' version '3.0.2'
}

if (JavaVersion.current() != JavaVersion.VERSION_1_8) {
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
projectUrl=https://github.com/mageddo-projects/annotation-processing-tools.git
version=2.4.2
group=com.mageddo
version=2.4.3
1 change: 0 additions & 1 deletion nexus.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ publishing {
}
}


if (project.hasProperty("signing.keyId")) {
apply plugin: 'signing'
signing {
Expand Down

0 comments on commit 9175083

Please sign in to comment.