diff --git a/backend/src/main/docker-files/loader.properties b/backend/src/main/docker-files/loader.properties deleted file mode 100644 index 646068881..000000000 --- a/backend/src/main/docker-files/loader.properties +++ /dev/null @@ -1 +0,0 @@ -loader.path=libs/ diff --git a/pac4j-module/build.gradle b/pac4j-module/build.gradle index 539ee191c..d493d2437 100644 --- a/pac4j-module/build.gradle +++ b/pac4j-module/build.gradle @@ -1,6 +1,5 @@ plugins { id 'groovy' - //id 'com.palantir.docker' version '0.20.1' id 'jacoco' id 'org.springframework.boot' version '2.0.0.RELEASE' apply false id 'io.spring.dependency-management' version '1.0.6.RELEASE' @@ -39,13 +38,4 @@ dependencies { testCompile "org.spockframework:spock-spring:1.1-groovy-2.4" annotationProcessor "org.springframework.boot:spring-boot-configuration-processor" - - //docker project(':backend') -} - -/*docker { - name 'unicon/shibui-pac4j' - tags 'latest-pac4j' -}*/ - -//tasks.docker.dependsOn(tasks.jar, ':backend:docker') \ No newline at end of file +} \ No newline at end of file