Skip to content

Commit caee0e3

Browse files
fix: cleanups
1 parent 6a6494d commit caee0e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

xap-sdk/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ plugins {
33
id("maven-publish")
44
}
55

6+
group = property("GROUP_ID") as String
7+
version = property("VERSION") as String
8+
69
dependencies {
710
api("com.expediagroup:expediagroup-sdk-rest:0.0.5-alpha-SNAPSHOT")
811
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")

0 commit comments

Comments
 (0)