Skip to content

Commit

Permalink
Merge branch 'main' into renovate/gradle-8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Dwairi authored Mar 4, 2025
2 parents 939a786 + b3d9188 commit 831b134
Show file tree
Hide file tree
Showing 167 changed files with 7 additions and 15,155 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ subprojects {
repositories {
mavenCentral()
mavenLocal()
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
}

java {
Expand Down
5 changes: 3 additions & 2 deletions code/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ dependencies {
implementation 'com.apollographql.adapters:apollo-adapters-core:0.0.4'

/* EG SDK Core */
api(project(":expediagroup-sdk-graphql"))
implementation 'org.slf4j:slf4j-api:2.0.17'
api 'com.expediagroup:expediagroup-sdk-graphql:0.0.2-SNAPSHOT'

implementation 'org.slf4j:slf4j-api:2.0.16'

/* Testing */
testImplementation platform('org.junit:junit-bom:5.11.4')
Expand Down
2 changes: 1 addition & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
implementation 'org.slf4j:slf4j-simple:2.0.16'
implementation(project(":code"))
implementation(project(":expediagroup-sdk-okhttp-transport"))
implementation 'com.expediagroup:expediagroup-sdk-transport-okhttp:0.0.2-SNAPSHOT'
}

96 changes: 0 additions & 96 deletions expediagroup-sdk-core/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 831b134

Please sign in to comment.