We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f321b41 commit dadf6d0Copy full SHA for dadf6d0
README.md
@@ -30,7 +30,7 @@ task integrationTest(type: Test) {
30
}
31
32
dependencies {
33
- compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.0.2-SNAPSHOT'
+ compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.0.2'
34
35
36
runIdeForUiTests {
gradle.properties
@@ -1,3 +1,3 @@
1
-projectVersion=0.0.2-SNAPSHOT
+projectVersion=0.0.2
2
nexusUser=invalid
3
nexusPassword=invalid
0 commit comments