@@ -15,6 +15,14 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
# ---------------- JAVA (Gradle + SonarScanner need JDK on Ubuntu) ----------------
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 17
|
||||
cache: gradle
|
||||
|
||||
# ---------------- NODE ----------------
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
@@ -34,13 +42,6 @@ jobs:
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
SONAR_HOST_URL: http://98.70.31.53:9000
|
||||
|
||||
# ---------------- JAVA ----------------
|
||||
# - name: Setup Java
|
||||
# uses: actions/setup-java@v4
|
||||
# with:
|
||||
# distribution: temurin
|
||||
# java-version: 17
|
||||
|
||||
# ---------------- ANDROID ----------------
|
||||
# - name: Setup Android SDK
|
||||
# uses: android-actions/setup-android@v3
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
console.log("trest")
|
||||
console.log("test2")
|
||||
console.log("test3")
|
||||
console.log("test4")
|
||||
@@ -1,5 +1,5 @@
|
||||
# Auth: use SONAR_TOKEN (env) or -Dsonar.token=... — never commit tokens or sonar.login here.
|
||||
sonar.projectKey=novaCodeTest
|
||||
sonar.projectKey=performics
|
||||
sonar.sources=.
|
||||
sonar.host.url=http://98.70.31.53:9000
|
||||
# From CLI intent: skip Java/Kotlin and the Android tree; **/ forms cover the repo (not only repo root).
|
||||
|
||||
Reference in New Issue
Block a user