Skip to content

Commit cef7fa9

Browse files
author
Jacek Gębal
committed
Fixing references to Maven OSS repository in release.yml
Enabling sonar-analysis at build time
1 parent 74d3ebd commit cef7fa9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ jobs:
6464
${{ runner.os }}-maven-
6565
6666
- name: Maven unit and integration tests
67-
run: mvn clean verify
68-
# run: mvn clean verify sonar:sonar -Pcoverage -Dsonar.projectKey=utPLSQL_utPLSQL-java-api
67+
run: mvn clean verify sonar:sonar -Pcoverage -Dsonar.projectKey=utPLSQL_utPLSQL-java-api
6968
env:
7069
GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}
7170
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
image: gvenzl/oracle-free:23-slim-faststart
1919
env:
2020
ORACLE_PASSWORD: oracle
21+
SERVICE_NAME: FREEPDB1
2122
ports:
2223
- 1521:1521
2324
options: >-
@@ -42,7 +43,7 @@ jobs:
4243
with:
4344
java-version: '11'
4445
distribution: 'adopt'
45-
server-id: ossrh
46+
server-id: central
4647
server-username: MAVEN_USERNAME
4748
server-password: MAVEN_PASSWORD
4849
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)