-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from piomin/renovate/spring-boot
Update dependency org.springframework.boot:spring-boot-starter-parent to v2.7.18
- Loading branch information
Showing
13 changed files
with
370 additions
and
390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,48 @@ | ||
version: 2.1 | ||
version: '2.1' | ||
|
||
jobs: | ||
analyze: | ||
docker: | ||
- image: 'cimg/openjdk:11.0' | ||
- image: 'cimg/openjdk:21.0.2' | ||
steps: | ||
- checkout | ||
- run: | ||
name: Analyze on SonarCloud | ||
command: mvn verify sonar:sonar | ||
|
||
executors: | ||
jdk: | ||
docker: | ||
- image: 'cimg/openjdk:11.0' | ||
command: mvn web3j:generate-sources verify sonar:sonar -DskipTests | ||
test: | ||
executor: machine_executor_amd64 | ||
steps: | ||
- checkout | ||
- run: | ||
name: Install OpenJDK 21 | ||
command: | | ||
java -version | ||
sudo apt-get update && sudo apt-get install openjdk-21-jdk | ||
sudo update-alternatives --set java /usr/lib/jvm/java-21-openjdk-amd64/bin/java | ||
sudo update-alternatives --set javac /usr/lib/jvm/java-21-openjdk-amd64/bin/javac | ||
java -version | ||
export JAVA_HOME=/usr/lib/jvm/java-21-openjdk-amd64 | ||
- run: | ||
name: Generate Sources | ||
command: mvn web3j:generate-sources | ||
- run: | ||
name: Maven Tests | ||
command: mvn test | ||
|
||
orbs: | ||
maven: circleci/[email protected] | ||
|
||
executors: | ||
machine_executor_amd64: | ||
machine: | ||
image: ubuntu-2204:2023.10.1 | ||
environment: | ||
architecture: "amd64" | ||
platform: "linux/amd64" | ||
|
||
workflows: | ||
maven_test: | ||
jobs: | ||
- maven/test: | ||
executor: jdk | ||
- test | ||
- analyze: | ||
context: SonarCloud |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.