-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrading to bal 8 * Fixing https://github.com/wso2-enterprise/open-healthcare/issues/1443 * Adding a validation for dependent package name fixing https://github.com/wso2-enterprise/open-healthcare/issues/1445 * Adding a summary for package md * Updating help text
- Loading branch information
1 parent
60cbe5f
commit a46dea0
Showing
14 changed files
with
56 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,13 +29,13 @@ jobs: | |
- name: Setup Java and Maven | ||
uses: actions/setup-java@v2 | ||
with: | ||
java-version: '11' | ||
java-version: '17' | ||
distribution: 'temurin' | ||
|
||
- name: Setup Ballerina | ||
uses: ballerina-platform/[email protected] | ||
with: | ||
version: 2201.7.0 | ||
version: 2201.8.1 | ||
|
||
- name: Create settings.xml | ||
run: echo '<settings> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,13 +22,13 @@ jobs: | |
- name: Setup Maven | ||
uses: actions/setup-java@v2 | ||
with: | ||
java-version: '11' | ||
java-version: '17' | ||
distribution: 'temurin' | ||
|
||
- name: Setup Ballerina | ||
uses: ballerina-platform/[email protected] | ||
with: | ||
version: 2201.7.0 | ||
version: 2201.8.1 | ||
|
||
- name: Create settings.xml | ||
run: echo '<settings> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
ballerina/src/main/resources/health-tool-ballerina/.devcontainer.json
This file was deleted.
Oops, something went wrong.
71 changes: 0 additions & 71 deletions
71
ballerina/src/main/resources/health-tool-ballerina/Dependencies.toml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
native/fhir-to-bal-lib/src/main/resources/templates/package.vm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters