Skip to content

Commit

Permalink
Merge pull request #2 from Bhashinee/main
Browse files Browse the repository at this point in the history
Comment out the examples build
  • Loading branch information
Bhashinee authored Jun 7, 2024
2 parents e75f7b1 + 6f20050 commit 3e30232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ plugins {
rootProject.name = 'module-ballerinax-dayforce'

include ':dayforce-ballerina'
include ':dayforce-examples'
//include ':dayforce-examples'

project(':dayforce-ballerina').projectDir = file("ballerina")
project(':dayforce-examples').projectDir = file("examples")
//project(':dayforce-examples').projectDir = file("examples")

gradleEnterprise {
buildScan {
Expand Down

0 comments on commit 3e30232

Please sign in to comment.