Skip to content

Commit

Permalink
Merge branch 'master' into flyway
Browse files Browse the repository at this point in the history
  • Loading branch information
sazid1462 committed Jul 16, 2019
2 parents a3c73a7 + 571f1c9 commit 895cbf0
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ gradle-app.setting
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
.idea/modules.xml
.idea/*.iml
.idea/modules

# CMake
cmake-build-*/
Expand Down
2 changes: 2 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}
}

group = 'sazid1462'
group = 'rls42'

apply plugin: 'java'
apply plugin: 'eclipse'
Expand Down Expand Up @@ -47,7 +47,7 @@ task unpack(type: Copy) {
}

docker {
name "${project.group}/${bootJar.baseName}"
name "${project.group}/${bootJar.baseName}:${bootJar.version}"
copySpec.from(tasks.unpack.outputs).into("dependency")
buildArgs(['DEPENDENCY': "dependency"])
}
Expand Down

0 comments on commit 895cbf0

Please sign in to comment.