Skip to content

Commit

Permalink
бамп bls ls + бамп версии
Browse files Browse the repository at this point in the history
  • Loading branch information
otymko committed Nov 19, 2019
1 parent 5a04f00 commit 5b7ec95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,22 @@ repositories {
}

group = "org.github.otymko.phoenixbsl"
version = "0.2.1"
version = "0.2.2"

dependencies {

implementation("net.java.dev.jna:jna-platform:5.4.0")
compile("net.java.dev.jna:jna-platform:5.4.0")
compile("com.hynnet", "jacob", "1.18")
compile("com.github.1c-syntax:bsl-language-server:8290c1e302d08025104377df4ae54c778ab81772")
compile("com.github.1c-syntax:bsl-language-server:ccad9e68b611d012b6523970cebdbe3b7a801770")
testCompile("junit", "junit", "4.12")
compile("lc.kra.system:system-hook:3.5")

}

configure<JavaPluginConvention> {
sourceCompatibility = JavaVersion.VERSION_1_10
targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_11
}

tasks.withType<JavaCompile> {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/github/otymko/phoenixbsl/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static App getInstance() {
public void run() {

// инициализация для BSL LS
diagnosticProvider = new DiagnosticProvider(LanguageServerConfiguration.create());
diagnosticProvider = new DiagnosticProvider();

// меню в системный трей
toolbar = new Toolbar();
Expand Down

0 comments on commit 5b7ec95

Please # to comment.