Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tanigt committed Mar 3, 2021
1 parent b737ac6 commit 8652677
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ JTDog is a Gradle plugin for dynamic test smells detection.
Using the [plugins DSL](https://docs.gradle.org/current/userguide/plugins.html#sec:plugins_block):
```groovy
plugins {
id 'com.github.m-tanigt.jtdog' version '0.8.0'
id 'com.github.m-tanigt.jtdog' version '1.0.0'
}
```

Expand All @@ -21,7 +21,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.com.github.m-tanigt:jtdog-plugin:0.8.0"
classpath "gradle.plugin.com.github.m-tanigt:jtdog-plugin:1.0.0"
}
}
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ dependencies {
implementation group: 'junit', name: 'junit', version: '4.13'
}

sourceCompatibility = 8
targetCompatibility = 8
sourceCompatibility = 11
targetCompatibility = 11

group 'com.github.m-tanigt'
version '0.8.0'
version '1.0.0'

gradlePlugin {
plugins {
Expand Down

0 comments on commit 8652677

Please sign in to comment.