Update Java version
This commit is contained in:
parent
80704ba595
commit
7eb271c764
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
uses: actions/setup-java@v2.0.0
|
uses: actions/setup-java@v2.0.0
|
||||||
with:
|
with:
|
||||||
# The Java version to set up. Takes a whole or semver Java version. See examples of supported syntax in README file
|
# The Java version to set up. Takes a whole or semver Java version. See examples of supported syntax in README file
|
||||||
java-version: '15'
|
java-version: '16'
|
||||||
# Java distribution. See the list of supported distributions in README file
|
# Java distribution. See the list of supported distributions in README file
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
|
|
||||||
|
2
.idea/misc.xml
generated
2
.idea/misc.xml
generated
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_15" project-jdk-name="15 (2)" project-jdk-type="JavaSDK">
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_16" project-jdk-name="16" project-jdk-type="JavaSDK">
|
||||||
<output url="file://$PROJECT_DIR$/out" />
|
<output url="file://$PROJECT_DIR$/out" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
@ -6,7 +6,7 @@
|
|||||||
<sourceFolder url="file://$MODULE_DIR$/res" type="java-resource" />
|
<sourceFolder url="file://$MODULE_DIR$/res" type="java-resource" />
|
||||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||||
</content>
|
</content>
|
||||||
<orderEntry type="jdk" jdkName="15 (2)" jdkType="JavaSDK" />
|
<orderEntry type="jdk" jdkName="16" jdkType="JavaSDK" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="library" name="spigot-1.15.5-R0.1" level="project" />
|
<orderEntry type="library" name="spigot-1.15.5-R0.1" level="project" />
|
||||||
</component>
|
</component>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user