4.0.0-RC1 - Blizzard #785
byRoadrunner
announced in
Releases
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Update 4.0.0-RC1 - Blizzard
Changelog:
Additions:
No longer supported:
API:
Upgrade Guide:
Upgrading from an old CloudNet 3.4 installation is very straight forward and easy to do. The following steps are needed before you are able to upgrade to 4.0.0-RC1:
launcher.jarfilelauncher.cnlfilelauncherdirectory (this step is optional, but cleans up the old clutter from previous installed versions)cloudnet-storage-ftpandcloudnet-rest modulefiles (all other modules will be upgraded automatically). Note that CloudNet 4 no longer supports FTP template storages, only SFTP. If you want to reinstall the modules, just use module install in the console once you finished the upgrade.Now you can proceed with the normal installation steps, all other upgrades will get executed automatically when starting the new version of CloudNet!
For developers:
Javadocs: https://cloudnetservice.eu/cloudnet/docs/4.0.0-RC1/
CloudNet is using the
eu.cloudnetservice.cloudnetgroup id and is available through maven central. The most importantsubmodules are:
To add the CloudNet dependency using gradle:
repositories { // ensure maven central is added mavenCentral() } dependencies { // optional - you can also specify versions directly implementation platform('eu.cloudnetservice.cloudnet:bom:4.0.0') compileOnly 'eu.cloudnetservice.cloudnet:driver' // without bom compileOnly 'eu.cloudnetservice.cloudnet:driver:4.0.0' }To add the CloudNet dependency using maven:
This discussion was created from the release 4.0.0-RC1 - Blizzard.
Beta Was this translation helpful? Give feedback.
All reactions