Skip to content

Commit

Permalink
Jakarta-Javax Split (c.d.)
Browse files Browse the repository at this point in the history
 - Fix for deprecated 'geckoEMFUtil' library

 - Fix for build issues

Signed-off-by: Michael H. Siemaszko <m.siemaszko@datainmotion.com>
  • Loading branch information
Michael H. Siemaszko committed Nov 10, 2023
1 parent b4e432a commit d128b6f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Gradle version
run: ./gradlew --no-daemon --version
- name: Build with Gradle
run: ./gradlew build -x testOSGi
run: ./gradlew build -x itest
- name: Upload Test Reports
if: ${{ always() && ((steps.build.outcome == 'success') || (steps.build.outcome == 'failure')) }}
uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew build sonarqube -x test -x testOSGi --info --stacktrace
run: ./gradlew build sonarqube -x test -x itest --info --stacktrace
10 changes: 9 additions & 1 deletion org.gecko.emf.util.bnd.library.workspace/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
-resourceonly: true
-resourceonly: true

Provide-Capability: \
${gecko-base}

gecko-base:\
bnd.library;\
bnd.library = geckoEMFUtil; \
path = template

0 comments on commit d128b6f

Please sign in to comment.