Skip to content

Commit

Permalink
Update bnd instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gurpreet- committed Dec 23, 2021
1 parent 833c15c commit 5bd12af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ test {
jar {
manifest {
attributes(
'Main-Class': 'com.goterl.resourceloader.Main'
'Main-Class': 'com.goterl.resourceloader.Main',
"-exportcontents": "com.goterl.resourceloader.*",
"-sources": true
)
}
}
Expand Down

0 comments on commit 5bd12af

Please sign in to comment.