File tree 3 files changed +14
-3
lines changed
3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
18
18
matrix :
19
19
# test against latest update of each major Java version, as well as specific updates of LTS versions:
20
20
os : [ubuntu-latest, windows-latest]
21
- WLP_VERSION : [23.0.0_11 ]
21
+ WLP_VERSION : [23.0.0_12 ]
22
22
java : [21, 17, 11, 8]
23
23
include :
24
24
# match up licenses to WLP versions
25
25
# http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/index.yml
26
- - WLP_VERSION : 23.0.0_11
27
- WLP_LICENSE : L-PVGR-Z33XBN
26
+ - WLP_VERSION : 23.0.0_12
27
+ WLP_LICENSE : L-FBWC-95ADJK
28
28
29
29
runs-on : ${{ matrix.os }}
30
30
name : WL ${{ matrix.WLP_VERSION }}, Java ${{ matrix.java }}, ${{ matrix.os }}
Original file line number Diff line number Diff line change
1
+ {
2
+ "settingsInheritedFrom": "whitesource-config/whitesource-config@master",
3
+ "scanSettings": {
4
+ "configMode": "LOCAL"
5
+ }
6
+ }
Original file line number Diff line number Diff line change
1
+ # Includes/Excludes Glob patterns - Please use only one exclude line and one include line #
2
+ ###########################################################################################
3
+ #Exclude file extensions or specific directories by adding **/*.<extension> or **/<excluded_dir>/**
4
+ excludes = **/src/test **/src/it
5
+ archiveExcludes = **/*.war **/*.ear
You can’t perform that action at this time.
0 commit comments