diff options
-rw-r--r-- | poi-integration/build.gradle | 4 | ||||
-rw-r--r-- | poi-ooxml-full/build.gradle | 4 | ||||
-rw-r--r-- | poi-ooxml-lite/build.gradle | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle index 4403eb4dc8..7e4ac20b12 100644 --- a/poi-integration/build.gradle +++ b/poi-integration/build.gradle @@ -1,5 +1,3 @@ -import java.util.regex.Pattern - /* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with @@ -17,6 +15,8 @@ import java.util.regex.Pattern limitations under the License. ==================================================================== */ +import java.util.regex.Pattern + final String TEST9_SRC = 'src/test/java9' final String TEST9_OUT = layout.buildDirectory.dir('classes/java9/test/').get().asFile.absolutePath final String VERSIONS9 = 'META-INF/versions/9' diff --git a/poi-ooxml-full/build.gradle b/poi-ooxml-full/build.gradle index f0822c300e..4495a6c8b4 100644 --- a/poi-ooxml-full/build.gradle +++ b/poi-ooxml-full/build.gradle @@ -1,5 +1,3 @@ -import java.util.regex.Pattern - /* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with @@ -17,6 +15,8 @@ import java.util.regex.Pattern limitations under the License. ==================================================================== */ +import java.util.regex.Pattern + final String MODULE_NAME = 'org.apache.poi.ooxml.schemas' final String BEANS_SRC = layout.buildDirectory.dir('generated-sources').get().asFile.absolutePath final String BEANS_RES = layout.buildDirectory.dir('generated-resources').get().asFile.absolutePath diff --git a/poi-ooxml-lite/build.gradle b/poi-ooxml-lite/build.gradle index e87e85344d..655b8fc32c 100644 --- a/poi-ooxml-lite/build.gradle +++ b/poi-ooxml-lite/build.gradle @@ -1,5 +1,3 @@ -import java.util.regex.Pattern - /* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with @@ -17,6 +15,8 @@ import java.util.regex.Pattern limitations under the License. ==================================================================== */ +import java.util.regex.Pattern + final String BEANS_SRC = layout.buildDirectory.dir('generated-sources').get().asFile.absolutePath final String BEANS_RES = layout.buildDirectory.dir('generated-resources').get().asFile.absolutePath |