generated from mingliqiye/lib-tem
Compare commits
5 Commits
93f8cd9386
...
f2f989b7a3
Author | SHA1 | Date | |
---|---|---|---|
f2f989b7a3 | |||
fb66765fd3 | |||
9cbc18dc6a | |||
0c1a8cce25 | |||
ef4c7ff85a |
10
.github/workflows/build.yaml
vendored
10
.github/workflows/build.yaml
vendored
@ -6,7 +6,7 @@ on:
|
||||
- master
|
||||
jobs:
|
||||
Build:
|
||||
runs-on: ubuntu-dev
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
@ -15,7 +15,13 @@ 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,6 +59,10 @@ tasks.withType<Javadoc> {
|
||||
options.encoding = "UTF-8"
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
publishing {
|
||||
repositories {
|
||||
maven {
|
||||
|
Loading…
x
Reference in New Issue
Block a user