File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ publishing {
16
16
publications {
17
17
create<MavenPublication >(" maven" ) {
18
18
groupId = project.group.toString()
19
- artifactId = project.name
19
+ artifactId = " bluemap- ${ project.name} "
20
20
version = project.version.toString()
21
21
22
22
from(components[" java" ])
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.8 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
- rootProject.name = " bluemap- api"
1
+ rootProject.name = " api"
2
2
3
3
logger.lifecycle("""
4
4
## Building BlueMapAPI ...
You can’t perform that action at this time.
0 commit comments