Skip to content

Commit 05d5ed6

Browse files
committed
Remove module-info.java and the configuration on build.gradle
Signed-off-by: Manoel Campos <manoelcampos@gmail.com>
1 parent 8fea0bb commit 05d5ed6

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

build.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -162,16 +162,6 @@ java {
162162
modularity.inferModulePath = true
163163
}
164164

165-
compileJava {
166-
doFirst {
167-
options.compilerArgs += [
168-
'--module-path', classpath.asPath,
169-
'-Xmaxerrs', 1000
170-
]
171-
classpath = files()
172-
}
173-
}
174-
175165
jar {
176166
manifest {
177167
attributes('Main-Class': 'com.github.markusbernhardt.xmldoclet.XmlDoclet')

src/main/java/module-info.java

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)