File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414
1515 steps :
1616 - uses : actions/checkout@v4
17- - name : Set up JDK 17
17+ - name : Set up JDK 8
1818 uses : actions/setup-java@v4
1919 with :
20- java-version : 17
20+ java-version : 8
2121 distribution : ' temurin'
2222 - name : Build with Maven
2323 run : mvn -B package jacoco:report
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
3535 languages : ${{ matrix.language }}
3636 build-mode : ${{ matrix.build-mode }}
3737
38- - name : Set up JDK 17
38+ - name : Set up JDK 8
3939 uses : actions/setup-java@v4
4040 with :
41- java-version : 17
41+ java-version : 8
4242 distribution : ' temurin'
4343 - name : Build with Maven
4444 run : mvn -B package
Original file line number Diff line number Diff line change 11# This workflow will build a Java project with Maven
22# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
33
4- name : Java 17 CI
4+ name : Java 8 CI
55
66on :
77 pull_request :
@@ -14,10 +14,10 @@ jobs:
1414
1515 steps :
1616 - uses : actions/checkout@v4
17- - name : Set up JDK 17
17+ - name : Set up JDK 8
1818 uses : actions/setup-java@v4
1919 with :
20- java-version : 17
20+ java-version : 8
2121 distribution : ' temurin'
2222 - name : Build with Maven
2323 run : mvn package
File renamed without changes.
Original file line number Diff line number Diff line change 11# Carbon Decentralized Identifiers
2- An implementation of the Decentralized Identifiers (DIDs) Primitives & API in Java.
32
3+ An implementation of the [ Decentralized Identifiers (DIDs) v1.0] ( https://www.w3.org/TR/did-core/ ) in Java.
44
55[ ![ Java 8 CI] ( https://github.com/filip26/carbon-did-core/actions/workflows/java8-build.yml/badge.svg )] ( https://github.com/filip26/carbon-did-core/actions/workflows/java8-build.yml )
66[ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/dd79aafc6eb14ed18f2217de62585ba7 )] ( https://app.codacy.com/gh/filip26/carbon-did-core/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade )
You can’t perform that action at this time.
0 commit comments