File tree 4 files changed +3
-6
lines changed
4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ plugins {
2
2
3
3
}
4
4
5
- group " org.example"
6
- version " 1.0-SNAPSHOT"
5
+ group " au.com.redcrew.apisdkcreator.jvm"
7
6
8
7
allprojects {
9
8
repositories {
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ plugins {
3
3
id " apisdkcreator.jvm.configuration"
4
4
}
5
5
6
- version " 0.1-SNAPSHOT"
7
-
8
6
dependencies {
9
7
implementation " com.github.RedCrewOS.api-sdk-creator-mpp:http-api-client:$httpApiClientVersion "
10
8
implementation project(" :ok-http" )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
id " apisdkcreator.jvm.configuration"
4
4
}
5
5
6
- version " 0.1-SNAPSHOT "
6
+ version " 0.1.0 "
7
7
8
8
dependencies {
9
9
api " com.github.RedCrewOS.api-sdk-creator-mpp:http-api-client:$httpApiClientVersion "
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
id " apisdkcreator.jvm.configuration"
4
4
}
5
5
6
- version " 0.1-SNAPSHOT "
6
+ version " 0.1.0 "
7
7
8
8
dependencies {
9
9
api " com.github.RedCrewOS.api-sdk-creator-mpp:http-api-client:$httpApiClientVersion "
You can’t perform that action at this time.
0 commit comments