Skip to content

Commit 46a5938

Browse files
committed
Update entrypoint to published jar version
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent bc732b9 commit 46a5938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/java11/function/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
testImplementation 'junit:junit:4.12'
1616

1717
compile 'com.openfaas:model:0.1.1'
18-
compile 'com.openfaas:entrypoint:1.0.0'
18+
compile 'com.openfaas:entrypoint:0.1.0'
1919
}
2020

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

0 commit comments

Comments
 (0)