1.17+ Support / Java Settings by Instance (#50)

* Initial 1.17 configuration, dep upgrade.

* Enable 1.18 for initial tests.

* Add lowcodelanguage for 1.18 (#49)

* Set classpath flag for 1.17+ generated files. Enable 1.19 (not yet working).

* Support 1.19.

Co-authored-by: Matt Artist <me@mja00.dev>
This commit is contained in:
Daniel Scalzi
2022-11-27 18:01:48 -05:00
committed by GitHub
parent ad6db8c3d3
commit 5111e29512
5 changed files with 668 additions and 324 deletions

View File

@@ -29,29 +29,29 @@
"homepage": "https://github.com/dscalzi/Nebula#readme",
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/luxon": "^3.0.0",
"@types/minimatch": "^3.0.5",
"@types/node": "^16.11.46",
"@types/luxon": "^3.1.0",
"@types/minimatch": "^5.1.2",
"@types/node": "^16.18.3",
"@types/triple-beam": "^1.3.2",
"@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.20.0",
"@types/yargs": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"rimraf": "^3.0.2",
"typescript": "^4.7.4"
"typescript": "^4.9.3"
},
"dependencies": {
"dotenv": "^16.0.1",
"dotenv": "^16.0.3",
"fs-extra": "^10.1.0",
"got": "^11.8.5",
"helios-distribution-types": "^1.0.0",
"luxon": "^3.0.1",
"helios-distribution-types": "^1.1.0",
"luxon": "^3.1.0",
"minimatch": "^5.1.0",
"node-stream-zip": "^1.15.0",
"toml": "^3.0.0",
"triple-beam": "^1.3.0",
"ts-json-schema-generator": "^1.0.0",
"winston": "^3.8.1",
"yargs": "^17.5.1"
"ts-json-schema-generator": "^1.1.2",
"winston": "^3.8.2",
"yargs": "^17.6.2"
}
}