Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Restore projector-plugin work
Browse files Browse the repository at this point in the history
  • Loading branch information
SerVB committed Feb 25, 2021
1 parent cde3ade commit 3ec059b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projector-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
id("org.jetbrains.intellij")
}

version = "1.0.2"
version = "1.0.3"

val projectorClientVersion: String by project

Expand Down
2 changes: 1 addition & 1 deletion projector-plugin/src/main/kotlin/ProjectorService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class ProjectorService : PersistentStateComponent<ProjectorConfig> {
}

private fun attachDynamicAgent() {
val agentJar = "${plugin.path}/lib/projector-agent-${plugin.version}.jar"
val agentJar = "${plugin.path}/lib/projector-agent-1.0-SNAPSHOT.jar" // todo: need to support version change
AgentLauncher.attachAgent(agentJar)
}

Expand Down

0 comments on commit 3ec059b

Please sign in to comment.