We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2db95f commit 2f09931Copy full SHA for 2f09931
2 files changed
.github/workflows/build-and-test.yml
@@ -8,4 +8,4 @@ on:
8
9
jobs:
10
build-and-test:
11
- uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@build-and-test-v1
+ uses: eclipse-keyple/keyple-actions/.github/workflows/reusable-build-and-test.yml@main # NOSONAR - Same organization, trusted source
gradle.properties
@@ -23,8 +23,8 @@ organization.name = Eclipse keyple
23
organization.url = https://keyple.org/
24
25
# License
26
-license.name = MIT license
27
-license.url = https://opensource.org/license/mit/
+license.name = Eclipse Distribution License - v 1.0
+license.url = https://www.eclipse.org/org/documents/edl-v10.php
28
license.distribution = repo
29
30
# Developers
0 commit comments