Skip to content

Commit fce684f

Browse files
Merge pull request processing#1 from jeremydouglass/jeremydouglass-patch-p3-java8
build.properties to Processing 3.2.3 and Java 8
2 parents 6cde054 + 8721f1c commit fce684f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

resources/build.properties

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ classpath.libraries.location=${sketchbook.location}/libraries
4848

4949
# Set the java version that should be used to compile your Library.
5050

51-
java.target.version=1.7
51+
java.target.version=1.8
5252

5353

5454
# Set the description of the Ant build.xml file.
@@ -155,17 +155,18 @@ compatible.maxRevision=0
155155
# against. This information is only used in the generated webpage.
156156

157157
tested.platform=osx,windows
158-
tested.processingVersion=3.0
158+
tested.processingVersion=3.2.3
159159

160160

161161
# Additional information for the generated webpage.
162162

163-
library.copyright=(c) 2015
163+
library.copyright=(c) 2016
164164
library.dependencies=?
165165
library.keywords=?
166166

167167

168168
# Include javadoc references into your project's javadocs.
169169

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/
171172
javadoc.processing.href=http://processing.github.io/processing-javadocs/core/

0 commit comments

Comments
 (0)