File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ repositories {
8181}
8282
8383dependencies {
84- compileOnly 'com.github.clubobsidian.dynamicgui:core:5.0.0 '
84+ compileOnly 'com.github.clubobsidian.dynamicgui:core:5.0.1 '
8585}
8686```
8787Maven
9595 <dependency >
9696 <groupId >com.github.ClubObsidian.DynamicGui</groupId >
9797 <artifactId >core</artifactId >
98- <version >5.0.0 </version >
98+ <version >5.0.1 </version >
9999 </dependency >
100100```
101101
Original file line number Diff line number Diff line change @@ -7,9 +7,12 @@ plugins {
77 id ' maven-publish'
88}
99
10+ def projectGroup = ' com.clubobsidian'
11+ def projectVersion = ' 5.0.1'
12+
1013allprojects {
11- group ' com.clubobsidian '
12- version ' 5.0.0 '
14+ group projectGroup
15+ version projectVersion
1316 ext {
1417 junitVersion = ' 5.8.2'
1518 cloudVersion = ' 1.6.2'
@@ -25,9 +28,9 @@ subprojects {
2528 publishing {
2629 publications {
2730 shadow(MavenPublication ) {
28- groupId ' com.clubobsidian '
31+ groupId projectGroup
2932 artifactId project. name
30- version ' 5.0.0 '
33+ version projectVersion
3134 artifact shadowJar
3235 }
3336 }
You can’t perform that action at this time.
0 commit comments