Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
markaren committed Jan 9, 2019
1 parent 3015b29 commit f0fa306
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ allprojects {
}
dependencies {
implementation 'com.github.SFI-Mechatronics.FMI4j:fmi-import:v0.13.2'
def fmi4j_version = "..." // e.g v0.14.0
implementation "com.github.SFI-Mechatronics.FMI4j:fmi-import:$fmi4j_version"
}
```

Expand Down Expand Up @@ -111,7 +112,7 @@ To use it, simply add the following to your build.gradle

```gradle
plugins {
id "no.ntnu.ihb.fmi4j.FmuPlugin" version "0.8.0"
id "no.ntnu.ihb.fmi4j.FmuPlugin" version "..."
}
```
Expand All @@ -120,7 +121,7 @@ The plugin will automatically add a dependency to the FMI4j artifact ```fmi-impo

```gradle
fmi4j {
version = "0.13.1"
version = "..."
configurationName = "compile"
}
```
Expand Down

0 comments on commit f0fa306

Please sign in to comment.