Skip to content

Commit 914f96f

Browse files
committed
adjusting props
1 parent 1e35481 commit 914f96f

File tree

5 files changed

+4
-11
lines changed

5 files changed

+4
-11
lines changed

aptools/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.mageddo.aptools
22

3-
projectPage=https://github.com/mageddo-projects/annotation-processing-tools/tree/master/aptools
3+
projectUrl=https://github.com/mageddo-projects/annotation-processing-tools/tree/master/aptools
44
displayName=Annotation Processing Tools
55
description=A set of useful tools when coding Java or creating annotation processing libs

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ subprojects {
3737
}
3838
}
3939

40-
nexusStaging {
41-
packageGroup = 'com.mageddo'
42-
username = project.findProperty("ossrhUsername")
43-
password = project.findProperty("ossrhPassword")
44-
}
45-
4640
configure([
4741
project(":aptools"), project(":lombok-ext"), project(":reflection-config-generator")
4842
]){

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
repositoryUrl=https://github.com/mageddo-projects/annotation-processing-tools.git
1+
projectUrl=https://github.com/mageddo-projects/annotation-processing-tools.git
22
version=2.4.1

lombok-ext/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.mageddo.lombok
22

3-
projectPage=https://github.com/mageddo-projects/annotation-processing-tools/tree/master/lombok-ext
3+
projectUrl=https://github.com/mageddo-projects/annotation-processing-tools/tree/master/lombok-ext
44
displayName=Lombok Extensions
55
description=A set of extension tools to increment lombok project
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
group=com.mageddo.nativeimage
2-
3-
projectPage=https://github.com/mageddo-projects/annotation-processing-tools/tree/master/reflection-config-generator
2+
projectUrl=https://github.com/mageddo-projects/annotation-processing-tools/tree/master/reflection-config-generator
43
displayName=Native Image Config Generator
54
description=Automatically generate graal reflection configuration json

0 commit comments

Comments
 (0)