Skip to content

Commit

Permalink
chore(ci): Use gradle-build-action
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Oct 21, 2023
1 parent ec1dd80 commit ea5b8fe
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
distribution: oracle
java-version: 20
check-latest: true
cache: gradle
- uses: gradle/gradle-build-action@v2
- run: ./gradlew compileJava compileTestJava compileTestkitJava
- run: ./gradlew checkstyleMain checkstyleTest checkstyleTestkit
- run: ./gradlew sonarlintMain sonarlintTest sonarlintTestkit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
distribution: oracle
java-version: 20
check-latest: true
cache: gradle
- uses: gradle/gradle-build-action@v2
- uses: github/codeql-action/init@v2
with:
languages: java-kotlin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
distribution: oracle
java-version: 20
check-latest: true
cache: gradle
- uses: gradle/gradle-build-action@v2
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

id('com.gradle.plugin-publish') version '1.2.1'
id('io.github.joselion.pretty-jupiter') version '3.0.1'
id('io.github.joselion.strict-null-check') version '3.0.1'
id('io.github.joselion.strict-null-check') version '3.1.0'
id('name.remal.sonarlint') version '3.3.12'
}

Expand Down Expand Up @@ -58,8 +58,8 @@ sonarLint {
}

strictNullCheck {
addEclipse()
packageInfo.useEclipse()
source.addEclipse()
}

repositories {
Expand Down
6 changes: 3 additions & 3 deletions buildscript-gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
com.gradle.plugin-publish:com.gradle.plugin-publish.gradle.plugin:1.2.1=classpath
com.gradle.publish:plugin-publish-plugin:1.2.1=classpath
io.github.joselion.pretty-jupiter:io.github.joselion.pretty-jupiter.gradle.plugin:3.0.1=classpath
io.github.joselion.strict-null-check:io.github.joselion.strict-null-check.gradle.plugin:3.0.1=classpath
io.github.joselion:maybe:3.2.0=classpath
io.github.joselion.strict-null-check:io.github.joselion.strict-null-check.gradle.plugin:3.1.0=classpath
io.github.joselion:maybe:3.3.1=classpath
io.github.joselion:pretty-jupiter:3.0.1=classpath
io.github.joselion:strict-null-check:3.0.1=classpath
io.github.joselion:strict-null-check:3.1.0=classpath
name.remal.gradle-plugins.sonarlint:sonarlint:3.3.12=classpath
name.remal.sonarlint:name.remal.sonarlint.gradle.plugin:3.3.12=classpath
org.apache.maven:maven-model:3.6.3=classpath
Expand Down

0 comments on commit ea5b8fe

Please sign in to comment.