[jsscripting] Upgrade openhab-js & Remove SharedCache (#13908)
Upgrades the included openhab-js version to 3.1.0, which uses the new caches from core (introduced in https://github.com/openhab/openhab-core/pull/2887) and provides many doc improvements. Removes the SharedCache from the addon because this functionality is now provided by core (see https://github.com/openhab/openhab-core/pull/2887). Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<graal.version>22.0.0.2</graal.version> <!-- DO NOT UPGRADE: 22.0.0.2 is the latest version working on armv7l / OpenJDK 11.0.16 -->
|
||||
<asm.version>6.2.1</asm.version>
|
||||
<oh.version>${project.version}</oh.version>
|
||||
<ohjs.version>openhab@2.1.1</ohjs.version>
|
||||
<ohjs.version>openhab@3.1.2</ohjs.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user