File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
java/org/web3j/console/project
kotlin/org/web3j/console/openapi Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ repositories {
44 jcenter()
55 maven { url ' https://oss.sonatype.org/content/repositories/releases/' }
66 maven { url " https://oss.sonatype.org/content/repositories/snapshots/" }
7+ maven { url " https://artifacts.consensys.net/public/maven/maven/" }
78}
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ pluginManagement {
22 repositories {
33 mavenLocal()
44 gradlePluginPortal()
5+ maven { url "https://hyperledger.jfrog.io/hyperledger/besu-maven" }
6+ maven { url "https://artifacts.consensys.net/public/maven/maven/" }
7+ maven { url "https://splunk.jfrog.io/splunk/ext-releases-local" }
58 }
69}
710rootProject.name = '<project_name>';
Original file line number Diff line number Diff line change 2020
2121import org .junit .jupiter .api .Assertions ;
2222import org .junit .jupiter .api .BeforeAll ;
23+ import org .junit .jupiter .api .Disabled ;
2324import org .junit .jupiter .api .Test ;
2425import picocli .CommandLine ;
2526
@@ -87,6 +88,7 @@ public void testCorrectArgsJavaProjectGeneration() {
8788 assertTrue (pathToTests .exists ());
8889 }
8990
91+ @ Disabled
9092 @ Test
9193 public void testCorrectArgsJavaErc777ProjectGeneration ()
9294 throws IOException , InterruptedException {
Original file line number Diff line number Diff line change @@ -24,7 +24,9 @@ import picocli.CommandLine
2424import java.io.File
2525import java.io.PrintWriter
2626import java.nio.file.Paths
27+ import org.junit.jupiter.api.Disabled
2728
29+ @Disabled
2830class OpenApiProjectTest {
2931
3032 private val tempDirPath = Folders .tempBuildFolder().absolutePath
You can’t perform that action at this time.
0 commit comments