Skip to content

Commit

Permalink
Merge branch 'v0.12.x_bugfix' into v0.12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
S1artie committed Jun 23, 2023
2 parents 05ce994 + 2886e07 commit 93ccb62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion de.gebit.integrity.jenkins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@
</pluginRepositories>

<properties>
<jenkins.version>2.138</jenkins.version>
<jenkins.version>2.164</jenkins.version>
<java.level>8</java.level>
<sonar.exclusions>de/gebit/integrity/Messages.java</sonar.exclusions>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,8 @@ public static class MyStackedAreaRenderer extends StackedAreaRenderer2 {
*/
private static final long serialVersionUID = 2284582320567360791L;

private CategoryDataset dataset;

public MyStackedAreaRenderer(CategoryDataset aDataset) {
super();
dataset = aDataset;
}

@Override
Expand Down

0 comments on commit 93ccb62

Please sign in to comment.