Skip to content

Commit

Permalink
minor fixes for local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nizienko committed Mar 7, 2023
1 parent 2b37b61 commit f1823ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions robot-server-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ val sourcesJar by tasks.creating(Jar::class) {

intellij {
updateSinceUntilBuild.set(false)
version.set("2022.3.1")
version.set("LATEST-EAP-SNAPSHOT")
}

tasks {
runIde {
systemProperty("robot-server.port", 8080)
systemProperty("robot.encryption.enabled", "true")
systemProperty("robot.encryption.password", "my super secret")
// systemProperty("robot.encryption.enabled", "true")
// systemProperty("robot.encryption.password", "my super secret")
}

patchPluginXml {
Expand Down

0 comments on commit f1823ef

Please sign in to comment.