Skip to content

Commit f72da70

Browse files
committed
Change lib location
1 parent e795d25 commit f72da70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-selenium-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333

3434
task unzipLibs(type: Copy) {
3535
def libs = file('../bin/lib.zip')
36-
def resources = file("${projectDir}/src/main/resources/lib")
36+
def resources = file("${projectDir}/src/main/resources/")
3737

3838
from zipTree(libs)
3939
into resources

0 commit comments

Comments
 (0)