Skip to content

Commit 27b55e8

Browse files
committed
fix release
1 parent df03852 commit 27b55e8

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,17 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v4
1414

15-
- name: Set up JDK 21
15+
- name: Set up JDK 25
1616
uses: actions/setup-java@v4
1717
with:
18-
java-version: '21'
18+
java-version: '25'
1919
distribution: 'temurin'
2020

21-
- name: Build with Maven
22-
run: mvn -f toxic-library-remover/pom.xml clean install
21+
- name: Build toxic-library
22+
run: cd toxic-library && mvn clean install
23+
24+
- name: Build toxic-library-remover
25+
run: cd toxic-library-remover && mvn clean verify
2326

2427
- name: Get project version
2528
id: get_version

0 commit comments

Comments
 (0)