Skip to content

Commit

Permalink
fix 1.0.20 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
acharneski authored Apr 17, 2023
1 parent 56b818f commit 6554cbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group = "com.github.simiacryptus"
version = "1.0.20"
version = properties("pluginVersion")

repositories {
mavenCentral()
Expand All @@ -32,7 +32,8 @@ dependencies {
// implementation("com.simiacryptus:SkyeNet:1.0.3")
// implementation(files("../SkyeNet/lib/ui.jar"))

implementation("org.codehaus.groovy:groovy-all:2.5.14")
// implementation("org.codehaus.groovy:groovy-all:2.5.14")
implementation("org.codehaus.groovy:groovy-all:3.0.13")

// // Used in KotlinInterpreterAlternate
// implementation("org.jetbrains.kotlin:kotlin-script-runtime:$kotlin_version")
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

pluginName = intellij-aicoder
pluginRepositoryUrl = https://github.com/SimiaCryptus/intellij-aicoder
# SemVer format -> https://semver.org
pluginVersion = 1.0.20

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 203
Expand Down

0 comments on commit 6554cbb

Please sign in to comment.