Closed OguzcanKarakoc closed 6 years ago
Merging #5 into master will not change security risk.
😕 I wonder why it's stating that it the check for openjdk10 is failing . . . I see:
Setting APT mirror in /etc/apt/sources.list: http://us-east-1.ec2.archive.ubuntu.com/ubuntu/
oraclejdk10 is deprecated. See https://www.oracle.com/technetwork/java/javase/eol-135779.html for more details. Consider using openjdk10 instead.
In the logs.
Thanks for the contributions 😄
😕 I wonder why it's stating that it the check for openjdk10 is failing . . . I see:
Setting APT mirror in /etc/apt/sources.list: http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ oraclejdk10 is deprecated. See https://www.oracle.com/technetwork/java/javase/eol-135779.html for more details. Consider using openjdk10 instead.
In the logs.
It's because oraclejdk10 is not supported anymore on Travis CI, I will switch to openjdk10. See this
Added a feature that allows to run events after an animation timeline is done. This way I can use
So after the animation is played and the root pane is out of the screen I can remove it. This is just one example.