Skip to content

Commit

Permalink
Bumped plugin version to 0.3.6-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrouR committed May 20, 2022
1 parent 40ad0f3 commit 0f95472
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ repositories {
}

ext {
soktVersion = '0.2.1'
soktVersion = '0.2.2'
junitVersion = '4.13'
assertjVersion = '3.17.1'
systemRulesVersion = '1.19.0'
nodePluginVersion = '3.2.1'
nodePluginVersion = '3.3.0'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=org.web3j.solidity
version=0.3.4-SNAPSHOT
version=0.3.6-SNAPSHOT
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ class SolidityPluginTest {
* Requires a running Docker environment.
*/
@Test
@Ignore("This is cool but fails if docker is not running. // Needs to be solved in the CI")
void compileSolidityWithDocker() {
buildFile << """
plugins {
Expand Down

0 comments on commit 0f95472

Please sign in to comment.