Skip to content

Commit

Permalink
Add support for cmt native images
Browse files Browse the repository at this point in the history
  • Loading branch information
eloots committed Aug 16, 2023
1 parent 914f35e commit 0ea4f10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps-contrib/resources/cmta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"repositories": [
"central"
],
"launcherType": "graalvm-native-image",
"prebuilt": "https://github.com/lunatech-labs/course-management-tools/releases/download/${version}/cmta-${platform}",
"dependencies": [
"com.lunatech::cmta:latest.stable"
],
Expand Down
2 changes: 2 additions & 0 deletions apps-contrib/resources/cmtc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"repositories": [
"central"
],
"launcherType": "graalvm-native-image",
"prebuilt": "https://github.com/lunatech-labs/course-management-tools/releases/download/${version}/cmtc-${platform}",
"dependencies": [
"com.lunatech::cmtc:latest.stable"
],
Expand Down

0 comments on commit 0ea4f10

Please sign in to comment.