Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #623 from wrijeff/docker_image
Browse files Browse the repository at this point in the history
Renamed dockerfile. Added gradle.properties file.
  • Loading branch information
wrijeff authored May 25, 2021
2 parents 81671a7 + 5c2cded commit 5c4659b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ allprojects {
apply plugin: 'com.diffplug.spotless'

group = 'com.amazon'
version = '1.0.0'

repositories {
mavenCentral()
maven { url "https://jitpack.io" }
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version=1.0.0
File renamed without changes.
2 changes: 1 addition & 1 deletion release/docker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ docker {
buildArgs(['JAR_FILE' : project(':data-prepper-core').jar.archiveName,
'CONFIG_FILEPATH': '/usr/share/data-prepper/data-prepper-config.yaml',
'PIPELINE_FILEPATH': '/usr/share/data-prepper/pipelines.yaml'])
dockerfile file('opendistroforelasticsearch-data-prepper.Dockerfile')
dockerfile file('Dockerfile')
}

dockerPrepare.dependsOn ':release:releasePrerequisites'
Expand Down

0 comments on commit 5c4659b

Please sign in to comment.