File tree Expand file tree Collapse file tree
src/perfTest/groovy/com/monits/gradle/sca/performance/fixture Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## History
22
33# v2.6
4+ ### 2.6.10 - UNRELEASED
5+
46### 2.6.9
57
68Improvements:
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ We are on [the Grade Plugin Portal](https://plugins.gradle.org/plugin/com.monits
3030
3131```
3232plugins {
33- id 'com.monits.staticCodeAnalysis' version '2.6.8 '
33+ id 'com.monits.staticCodeAnalysis' version '2.6.9 '
3434}
3535```
3636
@@ -44,7 +44,7 @@ buildscript {
4444 }
4545 }
4646 dependencies {
47- classpath 'com.monits:static-code-analysis-plugin:2.6.8 '
47+ classpath 'com.monits:static-code-analysis-plugin:2.6.9 '
4848 }
4949}
5050
@@ -59,7 +59,7 @@ buildscript {
5959 jcenter()
6060 }
6161 dependencies {
62- classpath 'com.monits:static-code-analysis-plugin:2.6.8 '
62+ classpath 'com.monits:static-code-analysis-plugin:2.6.9 '
6363 }
6464}
6565
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
1111
1212group = ' com.monits'
1313
14- version = ' 2.6.9 '
14+ version = ' 2.6.10 '
1515
1616apply from : ' gradle/license.gradle'
1717apply from : ' gradle/publish.gradle'
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ abstract class AbstractPerfTestFixture extends Specification {
3434 static final List<String > TESTED_GRADLE_VERSIONS_FOR_ANDROID = ([' 2.14.1' , ' 3.5.1' ] +
3535 (Jvm . current. java8Compatible ? [GradleVersion . current(). version] : [] as List<String > ))
3636 .takeRight(2 ). asImmutable()
37- static final String BASELINE_PLUGIN_VERSION = ' "com.monits:static-code-analysis-plugin:2.6.8 "'
37+ static final String BASELINE_PLUGIN_VERSION = ' "com.monits:static-code-analysis-plugin:2.6.9 "'
3838
3939 static final int NUMBER_OF_CLASSES_TO_ANALYZE = 100
4040
You can’t perform that action at this time.
0 commit comments