We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 041b91d commit 86e9950Copy full SHA for 86e9950
aspectj-plugin/src/main/java/io/freefair/gradle/plugins/aspectj/AspectJCompileOptions.java
@@ -12,6 +12,7 @@
12
import org.gradle.process.CommandLineArgumentProvider;
13
14
import javax.inject.Inject;
15
+import java.io.Serializable;
16
import java.util.ArrayList;
17
import java.util.List;
18
@@ -24,7 +25,7 @@
24
25
*/
26
@Getter
27
@Setter
-public class AspectJCompileOptions extends AbstractOptions {
28
+public class AspectJCompileOptions implements Serializable {
29
30
/**
31
* Accept as source bytecode any .class files in the .jar files or directories on Path.
0 commit comments