Skip to content

Commit

Permalink
- обновлен градл
Browse files Browse the repository at this point in the history
- обновлены лицензии
  • Loading branch information
theshadowco committed Jun 4, 2024
1 parent 8add61b commit 64ac202
Show file tree
Hide file tree
Showing 19 changed files with 200 additions and 141 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ temp/
public/
/.idea/codeStyles/Project.xml
/.idea/encodings.xml
/.idea/material_theme_project_new.xml
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 12 additions & 15 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,18 @@ plugins {
id("com.gradle.plugin-publish") version "1.2.1"
}

pluginBundle {
website = "https://github.com/1c-syntax/bslls-dev-tools"
vcsUrl = "https://github.com/1c-syntax/bslls-dev-tools.git"
tags = listOf("bslls", "dev-tools")
gradlePlugin {
website.set("https://github.com/1c-syntax/bslls-dev-tools")
vcsUrl.set("https://github.com/1c-syntax/bslls-dev-tools.git")
plugins {
create("bslls-dev-tools") {
id = "io.github.1c-syntax.bslls-dev-tools"
implementationClass = "com.github._1c_syntax.bsllsdevtools.BSLDeveloperToolsPlugin"
displayName = "BSLLS Development tools gradle plugin"
description = "BSLLS Development tools gradle plugin"
tags.set(listOf("bslls", "dev-tools", "bsl-language-server", "1c-syntax"))
}
}
}

group = "io.github.1c-syntax"
Expand Down Expand Up @@ -43,17 +51,6 @@ tasks {
}
}

gradlePlugin {
plugins {
create("bslls-dev-tools") {
id = "io.github.1c-syntax.bslls-dev-tools"
implementationClass = "com.github._1c_syntax.bsllsdevtools.BSLDeveloperToolsPlugin"
displayName = "BSLLS Development tools gradle plugin"
description = "BSLLS Development tools gradle plugin"
}
}
}

java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit 64ac202

Please sign in to comment.