Skip to content

Commit

Permalink
release: v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Dec 6, 2020
1 parent 8f97b07 commit 5392464
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,14 @@
W/A: Create the directory (it can be empty).
- The `generateTestScenarioSource` task fails if the `src/test/scenarios` directory does not exist.
W/A: Create the directory (it can be empty).

# fulibGradle v0.5.0

## New Features

+ Added an option to use generated source directories. #2 #9
+ fulibScenarios now uses the test compile classpath. #12

## Improvements

* The fulibScenarios version now needs to be specified explicitly. #13
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and can be installed via the `plugins` DSL in `build.gradle`:
plugins {
// ...
id 'java'
id 'org.fulib.fulibGradle' version '0.4.0'
id 'org.fulib.fulibGradle' version '0.5.0'
// ...
}
```
Expand Down

0 comments on commit 5392464

Please sign in to comment.