Skip to content

Commit

Permalink
Tweaks following merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Dec 10, 2015
1 parent 64bc8f1 commit c2e6904
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 12 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,19 @@ cd java
./gradlew build
```

Note: For now, if you want to build the structurizr-dot libs you need to first clone and install (locally) dot-diagram:
Note: For now, if you want to build the structurizr-dot library you'll also need to clone and install [dot-diagram](https://github.com/cyriux/dot-diagram) into your local Maven repository:

git clone git@github.com:cyriux/dot-diagram.git
git clone https://github.com/cyriux/dot-diagram.git
cd dot-diagram/dot-diagram/
mvn install -DskipTests=true

The -DskipTests=true is needed as the unit test are failing int he dot-diagram project
The ```-DskipTests=true``` is needed as the unit test are failing in the ```dot-diagram``` project.

Then you can build and install into maven locally by:
If necessary, after building, you can install "Structurizr for Java" into your local Maven repo using:

./gradlew publishToMavenLocal
```
./gradlew publishToMavenLocal
```

## Binaries
The Structurizr for Java binaries are hosted on [Bintray](https://bintray.com/structurizr/maven/structurizr-java) and the JCenter repository.
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ subprojects { proj ->

repositories {
mavenCentral()
mavenLocal()
}

sourceSets {
Expand Down
6 changes: 0 additions & 6 deletions structurizr-dot/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
repositories {
flatDir {
dirs 'lib'
}
}

dependencies {
compile project(':structurizr-core')
compile 'org.livingdocumentation:dot-diagram:1.0'
Expand Down
Binary file removed structurizr-dot/lib/dot-diagram.jar
Binary file not shown.
1 change: 0 additions & 1 deletion structurizr-dot/lib/readme.txt

This file was deleted.

0 comments on commit c2e6904

Please sign in to comment.