You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the last paragraph "Set the basic configuration ..." is not clear.
should some common configuration at jar/build.gradle, war/build.gradle, and ear/build.gradle be defined at start/build.gradle?
the start/build.gradle contains repositories. The jar/build.gradle and ear/build.gradle still need to define repositories? Why war/build.gradle does not define repositories?
The text was updated successfully, but these errors were encountered:
the last paragraph "Set the basic configuration ..." is not clear.
" Maybe we can change to common configuration ?"
should some common configuration at jar/build.gradle, war/build.gradle, and ear/build.gradle be defined at start/build.gradle?
currently, all common are already moved to start/build.gradle
the start/build.gradle contains repositories. The jar/build.gradle and ear/build.gradle still need to define repositories? Why war/build.gradle does not define repositories?
Yes, we can remove repositories defined in jar/build.gradle. But we need to keep ear/build.gradle repositories block since it has link to download liberty-gradle-plugin. War do not have need to download any additional repositories
basic configuration
..." is not clear.jar/build.gradle
,war/build.gradle
, andear/build.gradle
be defined atstart/build.gradle
?start/build.gradle
containsrepositories
. Thejar/build.gradle
andear/build.gradle
still need to definerepositories
? Whywar/build.gradle
does not definerepositories
?The text was updated successfully, but these errors were encountered: