Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update java and java fx versions #1707

Merged
merged 12 commits into from
Jun 4, 2020
Merged

Conversation

1-alex98
Copy link
Member

Not sure if we should merge it. There are a lot of crashes for me lately and they might be caused by this

@1-alex98 1-alex98 requested a review from Brutus5000 May 19, 2020 10:17
Copy link
Member

@Brutus5000 Brutus5000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I support moving to JDK11 even if it adds crashed. Staying on 11 is no option. If there are new bugs we need to find and fix them.

build.gradle Outdated
sourceCompatibility = JavaVersion.VERSION_1_10
targetCompatibility = JavaVersion.VERSION_1_10
sourceCompatibility = 1.11
targetCompatibility = 1.11
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just 11 as far as I know.

build.gradle Show resolved Hide resolved
@@ -1,6 +1,6 @@
#Mon Jan 30 18:27:36 CET 2017
#Sat May 02 19:00:33 CEST 2020
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can hardly believe that we jump more than 6 (?) version without major issues? From my experience there is always a lot of stuff broken. Did you really test this with the new wrapper? (Especially since you removed the wrapper task.)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes and removing the wrapper task was one thing that I needed to do to get it to work...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have the latest Gradle running with wrapper task at work. This is suspicious. Makes me think that then Travis just uses an older Gradle version.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

???

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well instead of overwritting you can edit it yes I can do that instead

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look at @micheljung PR he does the same :D

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was surprised, too, but I executed some Gradle tasks and there were no problems :)

@1-alex98 1-alex98 mentioned this pull request Jun 4, 2020
@1-alex98 1-alex98 force-pushed the feature/#1675-update-stuff branch from 2a73c34 to 2ad7a43 Compare June 4, 2020 22:05
@1-alex98 1-alex98 merged commit 5e163eb into develop Jun 4, 2020
@1-alex98
Copy link
Member Author

1-alex98 commented Jun 5, 2020

Sadly the RC does not build it has somthing to do with certs at Install4j download server

@1-alex98 1-alex98 added this to the v1.1.9 milestone Jun 5, 2020
@Brutus5000 Brutus5000 deleted the feature/#1675-update-stuff branch July 4, 2020 20:19
mrchris2000 pushed a commit to mrchris2000/downlords-faf-client that referenced this pull request Apr 15, 2022
* Update java fx and java jre

Fixes FAForever#1675

* Clean up CLI

* Update Gradle

* Fix coveralls by update

* Try fix cert errors

* Install new java

* Install new java

* Correct jdk name

* Install new java

* Fix WebViewPatcher

* Add note about changes

* Update to Gradle 6.5
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.

None yet

3 participants