Skip to content

Commit 96b72ef

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/did-core
2 parents 3f8c92d + bbdf615 commit 96b72ef

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/codacy-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
on:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)

0 commit comments

Comments
 (0)