diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2021-03-05 06:07:05 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2021-03-05 06:44:35 +0100 |
commit | eebc5f4e851a4ce6f2775ebaf6e74794480da0b9 (patch) | |
tree | b8bbe0fe494e9e399064f25bdd18c6b3c69108b5 /buildScripts | |
parent | 8cee44b3b6d39d1dd83b81358aa61aab3c655b79 (diff) | |
download | lombok-eebc5f4e851a4ce6f2775ebaf6e74794480da0b9.tar.gz lombok-eebc5f4e851a4ce6f2775ebaf6e74794480da0b9.tar.bz2 lombok-eebc5f4e851a4ce6f2775ebaf6e74794480da0b9.zip |
[javac6] replacing calls to ListBuffer add/addAll to the append variants; add/addAll do not work in j6.
Diffstat (limited to 'buildScripts')
-rw-r--r-- | buildScripts/tests.ant.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml index 41bfa391..0fc1cdb6 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -1,5 +1,5 @@ <!-- - Copyright (C) 2020 The Project Lombok Authors. + Copyright (C) 2020-2021 The Project Lombok Authors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -33,6 +33,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn <bootclasspath path="${jdk6-rt.loc}" /> <classpath refid="cp.test" /> <classpath refid="cp.eclipse-oxygen" /> + <classpath refid="cp.javac6" /> <classpath refid="packing.basedirs.path" /> <classpath path="build/tests" /> <src path="test/core/src" /> |