-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumped version of bnd to 7.1.0-SNAPSHOT
Signed-off-by: Juergen Albert <[email protected]>
- Loading branch information
1 parent
1419680
commit 84b0a80
Showing
2 changed files
with
3 additions
and
2 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 |
---|---|---|
|
@@ -74,4 +74,5 @@ javac.target: 11 | |
|
||
-baselinerepo: Baseline | ||
-baseline: \ | ||
!module-info.class,\ | ||
* |
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,3 +1,3 @@ | ||
bnd_version=7.0.0 | ||
bnd_snapshots=https://bndtools.jfrog.io/ui/native/libs-release/ | ||
bnd_version=7.1.0-SNAPSHOT | ||
bnd_snapshots=https://bndtools.jfrog.io/bndtools/libs-snapshot | ||
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m |