refactor: 각 어댑터터별 리펙토링 진행
This commit is contained in:
@@ -40,6 +40,11 @@ COPY gradlew ./
|
||||
COPY gradle/ gradle/
|
||||
COPY config/ ./config/
|
||||
COPY --parents settings.gradle build.gradle **/build.gradle **/gradle.lockfile ./
|
||||
# The convention plugins, whole. The glob above copies files named build.gradle and gradle.lockfile,
|
||||
# which picks up build-logic's own build script and misses the precompiled script plugins beside it —
|
||||
# so settings.gradle's `includeBuild('build-logic')` resolved against a build that declared no
|
||||
# plugins and every leaf failed on an unknown plugin id, in the dependency-resolution stage below.
|
||||
COPY build-logic/ ./build-logic/
|
||||
|
||||
# Resolve every module configuration in STRICT mode (no --write-locks in a release build). This
|
||||
# custom task fails on drift; Gradle's diagnostic `dependencies` report can print FAILED entries
|
||||
|
||||
Reference in New Issue
Block a user