File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ classpath.libraries.location=${sketchbook.location}/libraries
48
48
49
49
# Set the java version that should be used to compile your Library.
50
50
51
- java.target.version =1.7
51
+ java.target.version =1.8
52
52
53
53
54
54
# Set the description of the Ant build.xml file.
@@ -155,17 +155,18 @@ compatible.maxRevision=0
155
155
# against. This information is only used in the generated webpage.
156
156
157
157
tested.platform =osx,windows
158
- tested.processingVersion =3.0
158
+ tested.processingVersion =3.2.3
159
159
160
160
161
161
# Additional information for the generated webpage.
162
162
163
- library.copyright =(c) 2015
163
+ library.copyright =(c) 2016
164
164
library.dependencies =?
165
165
library.keywords =?
166
166
167
167
168
168
# Include javadoc references into your project's javadocs.
169
169
170
- javadoc.java.href =http://docs.oracle.com/javase/7/docs/api/
170
+ # javadoc.java.href=http://docs.oracle.com/javase/7/docs/api/
171
+ javadoc.java.href =http://docs.oracle.com/javase/8/docs/api/
171
172
javadoc.processing.href =http://processing.github.io/processing-javadocs/core/
You can’t perform that action at this time.
0 commit comments