File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
fail-fast : false
10
10
matrix :
11
- java_version : ['17', '21']
11
+ java_version : ['17', '21', '23' ]
12
12
os : [ubuntu-latest, windows-latest, macOS-latest]
13
13
include :
14
14
- os : windows-latest
Original file line number Diff line number Diff line change @@ -18,3 +18,4 @@ Gradle_*.xml
18
18
* .hprof.idom
19
19
* .cf
20
20
** /ConfigDumpInfo.xml
21
+ ** /.metadata /
Original file line number Diff line number Diff line change @@ -54,10 +54,8 @@ dependencies {
54
54
// прочее
55
55
implementation(" commons-io" , " commons-io" , " 2.18.0" )
56
56
implementation(" io.github.1c-syntax" , " utils" , " 0.6.2" )
57
- implementation(" io.github.1c-syntax" , " bsl-common-library" , " 0.8.0-rc.1" )
58
- implementation(" io.github.1c-syntax" , " supportconf" , " 0.14.1" ) {
59
- exclude(" io.github.1c-syntax" , " bsl-common-library" )
60
- }
57
+ implementation(" io.github.1c-syntax" , " bsl-common-library" , " 0.8.0" )
58
+ implementation(" io.github.1c-syntax" , " supportconf" , " 0.14.2" )
61
59
62
60
// быстрый поиск классов
63
61
implementation(" io.github.classgraph" , " classgraph" , " 4.8.179" )
You can’t perform that action at this time.
0 commit comments