Compare commits

..

No commits in common. "f2f989b7a3aee3b16e9d24ff7d500a677c68701e" and "93f8cd9386e1171004bbe011a87571baf1c17a20" have entirely different histories.

2 changed files with 2 additions and 12 deletions

View File

@ -6,7 +6,7 @@ on:
- master - master
jobs: jobs:
Build: Build:
runs-on: ubuntu-latest runs-on: ubuntu-dev
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -15,13 +15,7 @@ jobs:
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with:
java-version: '8' java-version: '8'
distribution: 'adopt'
- name: Set up JDK 24
uses: actions/setup-java@v4
with:
java-version: '24'
distribution: 'adopt'
- name: build - name: build
run: | run: |

View File

@ -59,10 +59,6 @@ tasks.withType<Javadoc> {
options.encoding = "UTF-8" options.encoding = "UTF-8"
} }
repositories {
mavenCentral()
}
publishing { publishing {
repositories { repositories {
maven { maven {