Skip to content

Commit b827f46

Browse files
authored
Move Maven project into Java subdirectory (#36)
* Move Maven project into Java subdirectory Closes #28 * Set the working directory in the GitHub Maven workflow Sets the working directory to Java/ when running the Maven CI workflow. * Move license-header to Java subdirectory * Updates to README * Use dimensions = 5 in first example * Clarify that line coverage numbers pertain to core library * Fix link to LICENSE in README.md * Copy change to README indicating new parallel execution default
1 parent 5815280 commit b827f46

File tree

102 files changed

+184
-173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+184
-173
lines changed

.github/workflows/maven.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ on:
44
pull_request:
55
branches:
66
- master
7+
paths:
8+
- Java/**
9+
10+
defaults:
11+
run:
12+
working-directory: Java/
713

814
jobs:
915
build:
10-
1116
runs-on: ubuntu-latest
12-
1317
steps:
1418
- uses: actions/checkout@v1
1519
- name: Set up JDK 1.8

Java/README.md

+169
File renamed without changes.

core/pom.xml Java/core/pom.xml

File renamed without changes.
File renamed without changes.

license-header Java/license-header

File renamed without changes.

pom.xml Java/pom.xml

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

+9-171

0 commit comments

Comments
 (0)