mirror of
https://github.com/Guardsquare/proguard.git
synced 2026-03-13 09:50:34 +08:00
Remove java-test-fixtures plugin
The Java-test-fixtures plugin would create incorrect pom files. Since we don't actually define test fixtures in Proguard (the published jars are empty, you can look older releases), we can just remove it.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
plugins {
|
||||
id 'java-library'
|
||||
id 'java-test-fixtures'
|
||||
id 'maven-publish'
|
||||
id "org.jetbrains.kotlin.jvm"
|
||||
id 'com.adarshr.test-logger' version '4.0.0'
|
||||
|
||||
Reference in New Issue
Block a user