Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Mar 30, 2020
1 parent 0f22b48 commit 830d017
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@

+ Added a custom `Task` subtype for Scenario tasks. #4
* Scenario tasks are no longer debuggable. #5

# Fulib Gradle v0.3.0

+ Added the `ScenariosTask.copyTo` methods that allow converting them to debuggable `JavaExec` tasks.
* The plugin is now implemented with Java instead of Groovy.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ and can be installed via the `plugins` DSL in `build.gradle`:

```groovy
plugins {
// ...
id 'java'
id 'org.fulib.fulibGradle' version '0.2.0'
// ...
// ...
id 'java'
id 'org.fulib.fulibGradle' version '0.3.0'
// ...
}
```

Expand Down

0 comments on commit 830d017

Please sign in to comment.