From 38de083237d004b0ba5e337cc6cadff2c4ee81f4 Mon Sep 17 00:00:00 2001 From: Stephan Rauh <3045767+stephanrauh@users.noreply.github.com> Date: Thu, 15 Aug 2024 10:53:58 +0200 Subject: [PATCH] added the Sonarcloud configuration --- build.yml => .github/workflows/build.yml | 0 build.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename build.yml => .github/workflows/build.yml (100%) diff --git a/build.yml b/.github/workflows/build.yml similarity index 100% rename from build.yml rename to .github/workflows/build.yml diff --git a/build.sh b/build.sh index eccb1dc4..2a1e1daf 100755 --- a/build.sh +++ b/build.sh @@ -32,4 +32,4 @@ ./gradlew clean publishToMavenLocal -mvn clean deploy -P MavenCentral \ No newline at end of file +mvn clean install \ No newline at end of file