Skip to content

Commit

Permalink
Merge pull request #30 from aguibert/mkdocs-cleanup
Browse files Browse the repository at this point in the history
Mkdocs cleanup and module organization
  • Loading branch information
aguibert authored Aug 27, 2019
2 parents f6c6d0d + fadc17d commit c008a10
Show file tree
Hide file tree
Showing 17 changed files with 5 additions and 42 deletions.
2 changes: 0 additions & 2 deletions .envrc

This file was deleted.

15 changes: 0 additions & 15 deletions Pipfile

This file was deleted.

15 changes: 0 additions & 15 deletions mkdocs.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

2 changes: 0 additions & 2 deletions runtime.txt

This file was deleted.

10 changes: 5 additions & 5 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ rootProject.name = 'system-test'
include "system-test-core"
project(':system-test-core').projectDir = "$rootDir/core" as File

include "system-test-testcontainers"
project(':system-test-testcontainers').projectDir = "$rootDir/testcontainers" as File

include "system-test-liberty"
project(':system-test-liberty').projectDir = "$rootDir/liberty" as File
// Include all module projects as system-test-<MODULE>
file('modules').eachDir { dir ->
include 'system-test-' + dir.name
project(':system-test-' + dir.name).projectDir = dir
}

// Include all test app projects as system-test-<APP_NAME>
file('sample-apps').eachDir { dir ->
Expand Down

0 comments on commit c008a10

Please sign in to comment.