Skip to content

Commit

Permalink
[MSHADE-382] Apply review suggestions
Browse files Browse the repository at this point in the history
- remove unit test case
- change it verification script from .bsh to .groovy

Co-authored-by: Markus Karg <markus@headcrashing.eu>
  • Loading branch information
aalmiray and mkarg committed Jun 26, 2021
1 parent 0757ec9 commit 174b20e
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,5 @@
* specific language governing permissions and limitations
* under the License.
*/
import java.io.*;

File originalJarFile = new File( basedir, "target/original-skip-execution-1.0.jar" );

if ( originalJarFile.exists() )
{
throw new IllegalStateException( "Shading was not skipped." );
}
assert !(new File( basedir, "target/original-skip-execution-1.0.jar" ).exists()) : "Shading was not skipped."

0 comments on commit 174b20e

Please sign in to comment.