File tree Expand file tree Collapse file tree 8 files changed +5
-5
lines changed
src/test/java/com/google/cloud/functions/invoker
main/java/com/example/functionjar
test/java/com/example/functionjar Expand file tree Collapse file tree 8 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9090 <!-- Test dependencies -->
9191 <dependency >
9292 <groupId >com.google.cloud.functions.invoker</groupId >
93- <artifactId >java-function-invoker-core-functionjar </artifactId >
93+ <artifactId >java-function-invoker-core-testfunction </artifactId >
9494 <version >1.0.0-alpha-1</version >
9595 <type >test-jar</type >
9696 <scope >test</scope >
Original file line number Diff line number Diff line change @@ -302,9 +302,9 @@ private File snoopFile() throws IOException {
302302 private static final Class <?> INTERNAL_CLASS = CloudFunction .class ;
303303
304304 private String functionJarString () throws IOException {
305- Path functionJarTargetDir = Paths .get ("../functionjar /target" );
305+ Path functionJarTargetDir = Paths .get ("../testfunction /target" );
306306 Pattern functionJarPattern =
307- Pattern .compile ("java-function-invoker-core-functionjar -.*-tests\\ .jar" );
307+ Pattern .compile ("java-function-invoker-core-testfunction -.*-tests\\ .jar" );
308308 List <Path > functionJars = Files .list (functionJarTargetDir )
309309 .map (path -> path .getFileName ().toString ())
310310 .filter (s -> functionJarPattern .matcher (s ).matches ())
Original file line number Diff line number Diff line change 1212
1313 <modules >
1414 <module >core</module >
15- <module >functionjar </module >
15+ <module >testfunction </module >
1616 </modules >
1717
1818 <properties >
Original file line number Diff line number Diff line change 88 </parent >
99
1010 <groupId >com.google.cloud.functions.invoker</groupId >
11- <artifactId >java-function-invoker-core-functionjar </artifactId >
11+ <artifactId >java-function-invoker-core-testfunction </artifactId >
1212 <version >1.0.0-alpha-1</version >
1313 <name >Example GCF Function Jar</name >
1414 <description >
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments