coinext / silverstring-exchange

오픈소스 가상화폐 거래소 Coinext (부제 : Silverstring-Exchange)
https://withmania.com
94 stars 90 forks source link

gradle error #3

Open itdev123 opened 5 years ago

itdev123 commented 5 years ago

While running gradle clean buildDocker, I got error

FAILURE: Build failed with an exception.

BUILD FAILED

sseokk commented 5 years ago

While running gradle clean buildDocker, I got error

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':silverstring-web:buildDocker'.

Docker execution failed Command line [docker build -t com.silverstring/silverstring-web:1.0-SNAPSHOT C:\Users\AIQT\Downloads\silverstring-exchange-master\silverstring-web\build\docker] returned: Get https://registry-1.docker.io/v2/library/java/manifests/8: unauthorized: incorrect username or password

  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

these source code has a lots of errors,

1. /build.gradle // utils compileOnly 'org.projectlombok:lombok:1.16.10' annotationProcessor 'org.projectlombok:lombok:1.16.10'

2. silverstring-web/src/build.gradle add...

springBoot { mainClass = "io.silverstring.web.Application" }

itdev123 commented 5 years ago

Hi, thanks for your response. Where should I add the second part in build.gradle ?

sseokk commented 5 years ago

silverstring-web/src/build.gradle

around middle? You can find it

itdev123 commented 5 years ago

I added, but the same error How can I fix that?

itdev123 commented 5 years ago

what should jdk, gradle version be?