Skip to content

Commit

Permalink
fix: fix value not set when rawString is true.
Browse files Browse the repository at this point in the history
  • Loading branch information
qian0817 committed Apr 10, 2022
1 parent 2b44f7b commit a97576c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ package com.github.jengelman.gradle.plugins.shadow.relocation

import org.codehaus.plexus.util.SelectorUtils
import org.gradle.api.tasks.Input
import org.gradle.api.tasks.Optional

import java.util.regex.Pattern

Expand Down Expand Up @@ -206,6 +207,7 @@ class SimpleRelocator implements Relocator {
}

@Input
@Optional
String getPattern() {
return pattern
}
Expand All @@ -216,6 +218,7 @@ class SimpleRelocator implements Relocator {
}

@Input
@Optional
String getShadedPattern() {
return shadedPattern
}
Expand Down

0 comments on commit a97576c

Please sign in to comment.