From 1919716676cb8c510fecd088172883ec72ef151b Mon Sep 17 00:00:00 2001 From: NishantRajputRN Date: Tue, 12 May 2026 16:04:50 +0530 Subject: [PATCH] performics --- .gitea/workflows/azure-pipelines.yml | 15 ++++++++------- App.js | 3 ++- sonar-project.properties | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/azure-pipelines.yml b/.gitea/workflows/azure-pipelines.yml index 79721d7..5a6d51a 100644 --- a/.gitea/workflows/azure-pipelines.yml +++ b/.gitea/workflows/azure-pipelines.yml @@ -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 diff --git a/App.js b/App.js index b28a4ac..66bfc2d 100644 --- a/App.js +++ b/App.js @@ -1,4 +1,5 @@ console.log("trest") console.log("test2") -console.log("test3") \ No newline at end of file +console.log("test3") +console.log("test4") \ No newline at end of file diff --git a/sonar-project.properties b/sonar-project.properties index 0cec130..2965078 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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).