Skip to content

Commit

Permalink
Change dependency for form flow libary back to just using the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bseeger committed Apr 29, 2024
1 parent 65a6ff5 commit 139d785
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions build.gradle
Expand Up @@ -44,13 +44,8 @@ dependencies {
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.17.0'
implementation 'com.opencsv:opencsv:5.9'

if (profile == 'dev' || useLocalLibrary == 'true') {
implementation fileTree(dir: "$rootDir/../form-flow/build/libs", include: '*.jar')
println "📦 Using local library"
} else {
implementation "org.codeforamerica.platform:form-flow:${formFlowLibraryVersion}"
println "📚Using form flow library ${formFlowLibraryVersion}"
}
println "📚Using form flow library ${formFlowLibraryVersion}"
implementation "org.codeforamerica.platform:form-flow:${formFlowLibraryVersion}"

implementation 'com.amazonaws:aws-encryption-sdk-java:3.0.0'
implementation 'org.bouncycastle:bcpg-jdk15on:1.70'
Expand Down

0 comments on commit 139d785

Please sign in to comment.