aboutsummaryrefslogtreecommitdiffstats
path: root/poi-scratchpad
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2021-05-13 12:11:35 +0000
committerDominik Stadler <centic@apache.org>2021-05-13 12:11:35 +0000
commit41ff8bb20c9b1b127968becda2c67fad812e7015 (patch)
tree7836c222e00a8901f1b87f9775362cbd65f27014 /poi-scratchpad
parent0e8f4e3634da889cc9ed3e0c69f7368a4ff3c94a (diff)
downloadpoi-41ff8bb20c9b1b127968becda2c67fad812e7015.tar.gz
poi-41ff8bb20c9b1b127968becda2c67fad812e7015.zip
Start moving some bits to the main Gradle file
Use a common definition of some constants Gradle plugins are in the main file already anyway git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889839 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-scratchpad')
-rw-r--r--poi-scratchpad/build.gradle12
1 files changed, 0 insertions, 12 deletions
diff --git a/poi-scratchpad/build.gradle b/poi-scratchpad/build.gradle
index 693c913526..4669dc98dc 100644
--- a/poi-scratchpad/build.gradle
+++ b/poi-scratchpad/build.gradle
@@ -17,18 +17,6 @@ import java.util.regex.Pattern
limitations under the License.
==================================================================== */
-plugins {
- id 'java'
- id 'maven-publish'
- id 'java-library'
-}
-
-final String JAVA9_SRC = 'src/main/java9'
-final String JAVA9_OUT = "${buildDir}/classes/java9/main/"
-final String TEST9_SRC = 'src/test/java9'
-final String TEST9_OUT = "${buildDir}/classes/java9/test/"
-final String VERSIONS9 = 'META-INF/versions/9'
-
configurations {
tests
javadocs