Skip to content

Commit

Permalink
Trying to fix CI build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Vejdemo-Johansson committed Nov 22, 2023
1 parent 245f755 commit 7e6a23f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
uses: gradle/gradle-build-action@v2 # v2.6.0
with:
gradle-version: 8.4
arguments: build
- name: Execute full build and test
run: ./gradlew build
lint:
runs-on: ubuntu-latest
steps:
Expand All @@ -42,11 +43,12 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
- name: KtLint
- name: Gradle Built
uses: gradle/gradle-build-action@v2 # v2.6.0
with:
gradle-version: 8.4
arguments: ktlintCheck
- name: Lint
run: ./gradlew ktlintCheck
javadoc:
runs-on: ubuntu-latest
steps:
Expand All @@ -56,11 +58,12 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
- name: dokka
- name: Gradle Built
uses: gradle/gradle-build-action@v2 # v2.6.0
with:
gradle-version: 8.4
arguments: dokkaHtml
- name: dokkaHtml
run: ./gradlew dokkaHtml
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit 7e6a23f

Please sign in to comment.