Skip to content

Commit 4bf662a

Browse files
committed
lib folder ignored by repo
1 parent 3bd18a4 commit 4bf662a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Features/postgres-cordapp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar']) {
131131
"dataSourceProperties.dataSource.url" : "jdbc:postgresql://localhost:5432/postgres",
132132
"dataSourceProperties.dataSource.user" : 'party_a',
133133
"dataSourceProperties.dataSource.password": 'test',
134-
"jarDirs" : ['${ rootProject.projectDir }/lib']
134+
"jarDirs" : ['${ rootProject.projectDir }/drivers']
135135
]
136136

137137
}
@@ -149,7 +149,7 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar']) {
149149
"dataSourceProperties.dataSource.url" : "jdbc:postgresql://localhost:5432/postgres",
150150
"dataSourceProperties.dataSource.user" : 'party_b',
151151
"dataSourceProperties.dataSource.password": 'test',
152-
"jarDirs" : ['${ rootProject.projectDir }/lib']
152+
"jarDirs" : ['${ rootProject.projectDir }/drivers']
153153
]
154154
}
155155

982 KB
Binary file not shown.

0 commit comments

Comments
 (0)