Setup Gradle multi-module build

Added core, config and samples modules. Moved sample project into samples module.

Closes gh-10
This commit is contained in:
Eleftheria Stein
2020-04-23 15:37:17 -04:00
parent c9a7fc124c
commit 5ed7c8f501
9 changed files with 58 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ jobs:
with:
java-version: ${{ matrix.jdk }}
- name: Build with Gradle
run: echo Starting build
run: ./gradlew clean build
snapshot_tests:
name: Test against snapshots
runs-on: ubuntu-latest