Skip to content

Commit

Permalink
beta 16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mosemister committed Dec 12, 2023
1 parent de72c75 commit 22d6b43
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 16 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/GradleBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,6 @@ jobs:
with:
name: "TranslateCore-Folia-And-Paper"
path: "standalone/ShipsFolia.jar"
buildTranslateFolia1-19-4:
needs: [ buildTranslateFolia ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Build Bukkit with Gradle
run: ./gradlew buildPaper -P folia-api-version=1.19.4 -P use-paper=true
buildStandAloneFolia:
needs: [ buildTranslateFolia, testShips ]
runs-on: ubuntu-latest
Expand Down
24 changes: 24 additions & 0 deletions .run/Build Paper.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Build Paper" type="GradleRunConfiguration" factoryName="Gradle">
<ExternalSystemSettings>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="externalSystemIdString" value="GRADLE" />
<option name="scriptParameters" value="--stacktrace" />
<option name="taskDescriptions">
<list />
</option>
<option name="taskNames">
<list>
<option value="buildPaper" />
</list>
</option>
<option name="vmOptions" />
</ExternalSystemSettings>
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<RunAsTest>false</RunAsTest>
<method v="2" />
</configuration>
</component>
3 changes: 2 additions & 1 deletion .run/Build Sponge.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@
</option>
<option name="taskNames">
<list>
<option value="ShipsToSponge:plugin" />
<option value="CoreToSponge:plugin" />
</list>
</option>
<option name="vmOptions" value="" />
</ExternalSystemSettings>
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<RunAsTest>false</RunAsTest>
<method v="2" />
</configuration>
</component>

0 comments on commit 22d6b43

Please sign in to comment.