From 80fec711755114b58b729a58bd4cacd9e0f009aa Mon Sep 17 00:00:00 2001 From: micronaut-build <65172877+micronaut-build@users.noreply.github.com> Date: Tue, 25 Apr 2023 09:53:50 +0200 Subject: [PATCH] gradle 8.1.1 remove --parallel .gitattributes (#264) --- .gitattributes | 19 ++++++++++--------- .github/workflows/graalvm.yml | 2 +- .github/workflows/gradle.yml | 2 +- config/checkstyle/checkstyle.xml | 2 +- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.gitattributes b/.gitattributes index 31628339..2603050e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,18 +1,19 @@ # Auto detect text files and perform LF normalization * text=auto -*.java text -*.html text -*.kt text -*.kts text -*.md text diff=markdown +*.java text eol=lf +*.groovy text eol=lf +*.html text eol=lf +*.kt text eol=lf +*.kts text eol=lf +*.md text diff=markdown eol=lf *.py text diff=python executable *.pl text diff=perl executable *.pm text diff=perl -*.css text diff=css -*.js text -*.sql text -*.q text +*.css text diff=css eol=lf +*.js text eol=lf +*.sql text eol=lf +*.q text eol=lf *.sh text eol=lf gradlew text eol=lf diff --git a/.github/workflows/graalvm.yml b/.github/workflows/graalvm.yml index b235062a..25f4ec7d 100644 --- a/.github/workflows/graalvm.yml +++ b/.github/workflows/graalvm.yml @@ -57,7 +57,7 @@ jobs: - name: "🛠 Build with Gradle" id: gradle run: | - ./gradlew check --no-daemon --parallel --continue + ./gradlew check --no-daemon --continue - name: "📊 Publish Test Report" if: always() diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 1397b677..d0c741c8 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -63,7 +63,7 @@ jobs: - name: "🛠 Build with Gradle" id: gradle run: | - ./gradlew check --no-daemon --parallel --continue + ./gradlew check --no-daemon --continue - name: "🔎 Run static analysis" if: env.SONAR_TOKEN != '' diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index c1b8e128..149d8920 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -120,7 +120,7 @@ - +