diff --git a/.github/.gitignore b/.github/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.github/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 825b18d..6f99cb0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,4 +35,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \ No newline at end of file + run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=BentoBoxWorld_IslandFly \ No newline at end of file