File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8181 image = ' docker.io/ghkd110/server'
8282 tags = [' latest' , ' test' ]
8383 auth {
84- username = findProperty(' jib.to.auth.username' ) ?: " " as Property< String >
85- password = findProperty(' jib.to.auth.password' ) ?: " " as Property< String >
84+ username = findProperty(' jib.to.auth.username' ) ?: " "
85+ password = findProperty(' jib.to.auth.password' ) ?: " "
8686
8787 if (username == " " || password == " " ) {
8888 logger. warn(" gradle.properties 파일이 있는지 확인" )
Original file line number Diff line number Diff line change 3535 image = ' docker.io/ghkd110/batch'
3636 tags = [' latest' , ' test' ]
3737 auth {
38- username = findProperty(' jib.to.auth.username' ) ?: " " as Property< String >
39- password = findProperty(' jib.to.auth.password' ) ?: " " as Property< String >
38+ username = findProperty(' jib.to.auth.username' ) ?: " "
39+ password = findProperty(' jib.to.auth.password' ) ?: " "
4040
4141 if (username == " " || password == " " ) {
4242 logger. warn(" gradle.properties 파일이 있는지 확인" )
Original file line number Diff line number Diff line change 3737 image = ' docker.io/ghkd110/discord'
3838 tags = [' latest' , ' test' ]
3939 auth {
40- username = findProperty(' jib.to.auth.username' ) ?: " " as Property< String >
41- password = findProperty(' jib.to.auth.password' ) ?: " " as Property< String >
40+ username = findProperty(' jib.to.auth.username' ) ?: " "
41+ password = findProperty(' jib.to.auth.password' ) ?: " "
4242
4343 if (username == " " || password == " " ) {
4444 logger. warn(" gradle.properties 파일이 있는지 확인" )
You can’t perform that action at this time.
0 commit comments