diff options
author | Dominik Stadler <centic@apache.org> | 2024-11-30 09:29:43 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2024-11-30 09:29:43 +0000 |
commit | 33f944f922df09209757ccbf731f609814c4da95 (patch) | |
tree | a70d0a16723938529854b498f04d98068ed9f9d9 /poi-examples/src/main/groovy/settings.gradle | |
parent | 3e0306d2533406e77cf2a38f8706b9a646c5be8d (diff) | |
download | poi-33f944f922df09209757ccbf731f609814c4da95.tar.gz poi-33f944f922df09209757ccbf731f609814c4da95.zip |
Groovy script example: Use latest POI and fix to run again
Fix path to test-file
Fix changed constants
Add settings.gradle
Adjust Rat exclusions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922229 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-examples/src/main/groovy/settings.gradle')
-rw-r--r-- | poi-examples/src/main/groovy/settings.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/poi-examples/src/main/groovy/settings.gradle b/poi-examples/src/main/groovy/settings.gradle new file mode 100644 index 0000000000..147d00bb9c --- /dev/null +++ b/poi-examples/src/main/groovy/settings.gradle @@ -0,0 +1 @@ +// empty file required to have a standalone build |