Skip to content

Commit

Permalink
👷 fix sonar projectName and description
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Lum authored Mar 17, 2024
1 parent f07c5c6 commit 6dac1e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle.sonar.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* For more details on building Java & JVM projects, please refer to https://docs.gradle.org/8.6/userguide/building_java_projects.html in the Gradle documentation.
*/

description = "Java port of `ASCIIMathTeXImg.js`"

plugins {
// Apply the application plugin to add support for building a CLI application in Java.
application
Expand Down Expand Up @@ -44,6 +46,7 @@ tasks.jacocoTestReport {

sonar {
properties {
property("sonar.projectName", "ASCIIMathTeXImg_Java")
property("sonar.projectKey", "The-Lum_ASCIIMathTeXImg")
property("sonar.organization", "the-lum")
property("sonar.host.url", "https://sonarcloud.io")
Expand Down

0 comments on commit 6dac1e3

Please sign in to comment.