mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 18:29:39 +02:00
Rename module painless-core -> pgpainless-core
Fix build.gradle
This commit is contained in:
parent
a80bb043eb
commit
39c5464c37
102 changed files with 1 additions and 14 deletions
10
pgpainless-core/build.gradle
Normal file
10
pgpainless-core/build.gradle
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
dependencies {
|
||||
testCompile group: 'junit', name: 'junit', version: '4.12'
|
||||
/*
|
||||
compile 'org.bouncycastle:bcprov-debug-jdk15on:1.60'
|
||||
/*/
|
||||
compile 'org.bouncycastle:bcprov-jdk15on:1.60'
|
||||
//*/
|
||||
compile 'org.bouncycastle:bcpg-jdk15on:1.60'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue