Skip to content

Fix target platform version of eclipse release to 2021-09#8

Open
krit0n wants to merge 2 commits intomodular-mind:masterfrom
krit0n:master
Open

Fix target platform version of eclipse release to 2021-09#8
krit0n wants to merge 2 commits intomodular-mind:masterfrom
krit0n:master

Conversation

@krit0n
Copy link
Copy Markdown

@krit0n krit0n commented Oct 20, 2022

Fix eclipse release version in target platform to 2021-09 + raise Java Version to 11

  • mvn clean package builds the project sucessfully now

    • some required bundles required java 11 -> lift java from java 1.8 to java 11 (this may be an issue for platforms that are still running on java 1.8 and want to use the update manager)

set source encoding to utf-8

(eclipse raised some warnings 'build is platform dependent' because of this)

Christoph Weber added 2 commits October 20, 2022 15:48
- `mvn clean package` builds the project sucessfully now
   + target used the repository
https://download.eclipse.org/releases/latest and the latest version of
every unit (but the project does not build with a target platform using
the latest eclipse release). Is now fixed to
https://download.eclipse.org/releases/2021-09/

- some required bundles required java 11 -> lift java to java 11
@krit0n krit0n changed the title Fix version of eclipse release to 2021-09 in target platform Fix target platform version of eclipse release to 2021-09 Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant