Skip to content

Commit a677f1c

Browse files
committed
Обновлены зависимости и добавлена проверка сборки на 23
1 parent 248e7aa commit a677f1c

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
java_version: ['17', '21']
11+
java_version: ['17', '21', '23']
1212
os: [ubuntu-latest, windows-latest, macOS-latest]
1313
include:
1414
- os: windows-latest

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ Gradle_*.xml
1818
*.hprof.idom
1919
*.cf
2020
**/ConfigDumpInfo.xml
21+
**/.metadata/

build.gradle.kts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,8 @@ dependencies {
5454
// прочее
5555
implementation("commons-io", "commons-io", "2.18.0")
5656
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")
6159

6260
// быстрый поиск классов
6361
implementation("io.github.classgraph", "classgraph", "4.8.179")

0 commit comments

Comments
 (0)