Skip to content

Commit

Permalink
chore: change runEnv
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-ainsel committed Oct 10, 2024
1 parent 3402e28 commit 995ecaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pl-pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"descriptor:release": "npm run descriptor:build && npm run descriptor:publish",

"postinstall": "node ./scripts/unpack-ci.js",
"release": "npm run pkg:release && npm run descriptor:release"
"prepublishOnly": "npm run pkg:release"
},
"block-software": {
"entrypoints": {
Expand All @@ -25,7 +25,7 @@
"registry": "milaboratories",
"name": "milaboratories/mixcr",
"type": "java",
"environment": "@milaboratory/runenv-java-corretto:21.0.2.13.1",
"environment": "@platforma-open/milaboratories.runenv-java-corretto:21.0.2.13.1",
"root": "./dld/mixcr/"
},
"cmd": [ "java", "-jar", "{pkg}/mixcr.jar" ]
Expand Down
4 changes: 2 additions & 2 deletions pl-pkg/pl.package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ binary:

name: "milaboratories/mixcr"
crossplatform: true
runEnv: '@milaboratory/runenv-java-corretto:21.0.2.13.1'

runEnv: '@platforma-open/milaboratories.runenv-java-corretto:21.0.2.13.1'
root: "./dld/mixcr/"
entrypoint: [ "./mixcr.jar" ]

0 comments on commit 995ecaa

Please sign in to comment.