Skip to content

Commit

Permalink
chore: update build file
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 committed Sep 12, 2024
1 parent 9836958 commit 04e3100
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-java@v4
with:
java-version: 21
java-version: 1
distribution: 'temurin'
server-id: oss-sonatype
server-username: SONATYPE_USERNAME
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ plugins {
}
rootProject.name = "lodging-connectivity-java-sdk"

include(":examples")
include(":examples", ":code")

def allModules = [':examples']
def allModules = [':examples', ":code"]

// Get the module to exclude from project properties or environment variables
def excludeModule = gradle.startParameter.projectProperties['excludeModule'] ?: System.getenv('EXCLUDE_MODULE')
Expand Down

0 comments on commit 04e3100

Please sign in to comment.