Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Sep 19, 2024
1 parent b233d21 commit bd52fc6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,17 @@ plugins {

repositories {
mavenCentral()
maven {
url = uri("https://plugins.jetbrains.com/maven")
}
}

intellij {
pluginName.set("EmmyLua-AttachDebugger")
pluginName.set("EmmyLua2-AttachDebugger")
version.set("2023.3")
type.set("IC") // Target IDE Platform

plugins.set(listOf("com.cppcxy.Intellij-EmmyLua"))
sandboxDir.set("${project.buildDir}/idea-sandbox")
plugins.set(listOf("com.cppcxy.Intellij-EmmyLua:0.7.1.20-IDEA242"))
}

val emmyluaDebuggerVersion = "1.8.2"
Expand Down

0 comments on commit bd52fc6

Please sign in to comment.