Skip to content

Commit

Permalink
Merge pull request #120 from jenkinsci/cleanups
Browse files Browse the repository at this point in the history
Minor project cleanups
  • Loading branch information
TobiX authored Jan 26, 2023
2 parents 45c620f + 67fb89f commit 0e67dba
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Reformat
82cbdbe992d8a018e4ea26677291682c84875e56
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Copyright 2011 mallowlabs
Copyright 2018-2020 TobiX
Copyright 2018-2023 TobiX

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/simple-theme-plugin.svg?color=blue)](https://plugins.jenkins.io/simple-theme-plugin)
[![Build Status](https://ci.jenkins.io/buildStatus/icon?job=Plugins%2Fsimple-theme-plugin%2Fmain)](https://ci.jenkins.io/job/Plugins/job/simple-theme-plugin/job/main/)
[![GitHub license](https://img.shields.io/github/license/jenkinsci/simple-theme-plugin.svg)](https://github.com/jenkinsci/simple-theme-plugin/blob/main/LICENSE.txt)
[![Maintenance](https://img.shields.io/maintenance/yes/2022.svg)]()
[![Maintenance](https://img.shields.io/maintenance/yes/2023.svg)]()

This plugin allows to customize Jenkin's appearance with custom
CSS and JavaScript. It also allows to replace the Favicon.
Expand Down
10 changes: 3 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,11 @@
<artifactId>spotless-maven-plugin</artifactId>
<version>2.30.0</version>
<configuration>
<!-- get better with time -->
<ratchetFrom>origin/main</ratchetFrom>
<java>
<endWithNewline />
<importOrder />
<removeUnusedImports />
<googleJavaFormat>
<!-- Last version that supports Java 8, the plugin does handle this internally
but it will give different versions based off of the JVM version, not good for CI -->
<version>1.7</version>
</googleJavaFormat>
<googleJavaFormat />
</java>
<pom>
<sortPom>
Expand All @@ -111,8 +105,10 @@
<executions>
<execution>
<goals>
<!-- Can be disabled using -Dspotless.check.skip -->
<goal>check</goal>
</goals>
<phase>validate</phase>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 0e67dba

Please sign in to comment.