Skip to content

Commit 9175083

Browse files
committed
[Gradle Release Plugin] - new version commit: '2.4.3'.
1 parent 8a7bd5a commit 9175083

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

build.gradle

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1+
//buildscript {
2+
// repositories {
3+
// maven {
4+
// url "https://plugins.gradle.org/m2/"
5+
// }
6+
// }
7+
// dependencies {
8+
// classpath "io.github.gradle-nexus:publish-plugin:1.1.0"
9+
// }
10+
//}
11+
112
plugins {
2-
id 'net.researchgate.release' version '3.0.2'
313
id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
14+
id 'net.researchgate.release' version '3.0.2'
415
}
516

617
if (JavaVersion.current() != JavaVersion.VERSION_1_8) {

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
projectUrl=https://github.com/mageddo-projects/annotation-processing-tools.git
2-
version=2.4.2
2+
group=com.mageddo
3+
version=2.4.3

nexus.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ publishing {
6262
}
6363
}
6464

65-
6665
if (project.hasProperty("signing.keyId")) {
6766
apply plugin: 'signing'
6867
signing {

0 commit comments

Comments
 (0)