Skip to content

Commit

Permalink
fixed some gradle build configurations. Testing docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-McCann-HG committed Nov 13, 2023
1 parent 97bab4a commit ae419be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
*.gradle
*.gradle
# Temp file for running gradle locally with cmd line variables
*rungradle.bat
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@ dependencies {
providedCompile "org.postgresql:postgresql:$postgresqlJDBCVersion"
providedRuntime "net.postgis:postgis-jdbc:$postGISApiVersion"
providedRuntime "org.postgresql:postgresql:$postgresqlApiVersion"
compile "net.sf.py4j:py4j:$py4jVersion"
compile "jakarta.json:jakarta.json-api:$jakartaJSONAPIVersion"
compile "org.glassfish:jakarta.json:$jakartaJSONVersion"
testCompile "org.junit.jupiter:junit-jupiter-api:$junitVersion"
testCompile "org.jmock:jmock:$jmockVersion"
testCompile "org.jsoup:jsoup:$jsoupVersion"
implementation "net.sf.py4j:py4j:$py4jVersion"
implementation "jakarta.json:jakarta.json-api:$jakartaJSONAPIVersion"
implementation "org.glassfish:jakarta.json:$jakartaJSONVersion"
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
testImplementation "org.jmock:jmock:$jmockVersion"
testImplementation "org.jsoup:jsoup:$jsoupVersion"
/*
python "pypi:pexpect:4.2.1"
python "pypi:psycopg2:2.6.2"
Expand Down

0 comments on commit ae419be

Please sign in to comment.