diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-09-18 03:43:42 +0200 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-09-18 03:43:42 +0200 |
commit | f6a6f9deb56ec0165bb383ff2608909fa60ddec5 (patch) | |
tree | 1135ce0bddee02142dc25028f2235af9aa7719f2 /buildScripts/ivy.xml | |
parent | 25f91eb7b21ec0330db66ad962898d10b8da262d (diff) | |
download | lombok-f6a6f9deb56ec0165bb383ff2608909fa60ddec5.tar.gz lombok-f6a6f9deb56ec0165bb383ff2608909fa60ddec5.tar.bz2 lombok-f6a6f9deb56ec0165bb383ff2608909fa60ddec5.zip |
[trivial] [typo]
Diffstat (limited to 'buildScripts/ivy.xml')
-rw-r--r-- | buildScripts/ivy.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index 3dfbde7e..28ba5490 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -10,7 +10,7 @@ <!-- test: base dependencies required to run the tests. Does not include javac or ecj. --> <conf name="test" /> - <!-- stripe: dependencies that need to be on the classpath during builds --> + <!-- build: dependencies that need to be on the classpath during builds --> <conf name="build" /> <!-- stripe: dependencies that need to be striped into lombok.jar itself, and are required for both build and test/run purposes --> |