orion-bcdb / orion-sdk-java

Apache License 2.0
1 stars 2 forks source link

Correct project structure for gradle #3

Closed tock-ibm closed 1 year ago

tock-ibm commented 1 year ago

Move src and build.gradle under project name orion-sdk-java. This causes the name of the jar file to be "orion-sdk-java-.jar". Set version to "0.1.0".

Correct absolute path of test resources to relative path. Correct compilation errors.

Gradle command './gradlew jar', './gradlew assemble', './gradlew clean' work fine. Gradle command './gradlew test' works only if the test server is started manually.

Signed-off-by: Yoav Tock tock@il.ibm.com