Skip to content

Commit

Permalink
Add additional ignored properties
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielThomas committed Aug 27, 2020
1 parent 04a5316 commit 6505adf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/groovy/nebula/plugin/info/InfoPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ import org.gradle.api.Project
class InfoPlugin implements Plugin<Project> {

public static final List<String> NORMALIZATION_IGNORED_PROPERTY_NAMES = [
'Implementation-Title',
'Implementation-Version',
'Module-Owner',
'Module-Email',
'Nebula-Version',
BasicInfoPlugin.BUILD_STATUS_PROPERTY,
BasicInfoPlugin.BUILT_BY_PROPERTY,
BasicInfoPlugin.BUILT_OS_PROPERTY,
BasicInfoPlugin.BUILD_DATE_PROPERTY,
Expand Down

0 comments on commit 6505adf

Please sign in to comment.