Skip to content

Commit 2f09931

Browse files
chore: migrate CI from Jenkins to GitHub Actions
1 parent d2db95f commit 2f09931

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on:
88

99
jobs:
1010
build-and-test:
11-
uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@build-and-test-v1
11+
uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@main # NOSONAR - Same organization, trusted source

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ organization.name = Eclipse keyple
2323
organization.url = https://keyple.org/
2424

2525
# License
26-
license.name = MIT license
27-
license.url = https://opensource.org/license/mit/
26+
license.name = Eclipse Distribution License - v 1.0
27+
license.url = https://www.eclipse.org/org/documents/edl-v10.php
2828
license.distribution = repo
2929

3030
# Developers

0 commit comments

Comments
 (0)