Skip to content

Commit

Permalink
Update entrypoint to published jar version
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Jul 23, 2020
1 parent bc732b9 commit 46a5938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/java11/function/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
testImplementation 'junit:junit:4.12'

compile 'com.openfaas:model:0.1.1'
compile 'com.openfaas:entrypoint:1.0.0'
compile 'com.openfaas:entrypoint:0.1.0'
}

// In this section you declare where to find the dependencies of your project
Expand Down

0 comments on commit 46a5938

Please sign in to comment.