File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 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+
112plugins {
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
617if (JavaVersion . current() != JavaVersion . VERSION_1_8 ) {
Original file line number Diff line number Diff line change 11projectUrl =https://github.com/mageddo-projects/annotation-processing-tools.git
2- version =2.4.2
2+ group =com.mageddo
3+ version =2.4.3
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ publishing {
6262 }
6363}
6464
65-
6665if (project. hasProperty(" signing.keyId" )) {
6766 apply plugin : ' signing'
6867 signing {
You can’t perform that action at this time.
0 commit comments