generated from mingliqiye/lib-tem
Compare commits
No commits in common. "f2f989b7a3aee3b16e9d24ff7d500a677c68701e" and "93f8cd9386e1171004bbe011a87571baf1c17a20" have entirely different histories.
f2f989b7a3
...
93f8cd9386
10
.github/workflows/build.yaml
vendored
10
.github/workflows/build.yaml
vendored
@ -6,7 +6,7 @@ on:
|
||||
- master
|
||||
jobs:
|
||||
Build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-dev
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
@ -15,13 +15,7 @@ jobs:
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '8'
|
||||
distribution: 'adopt'
|
||||
|
||||
- name: Set up JDK 24
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '24'
|
||||
distribution: 'adopt'
|
||||
|
||||
|
||||
- name: build
|
||||
run: |
|
||||
|
@ -59,10 +59,6 @@ tasks.withType<Javadoc> {
|
||||
options.encoding = "UTF-8"
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
publishing {
|
||||
repositories {
|
||||
maven {
|
||||
|
Loading…
x
Reference in New Issue
Block a user