Content-Length: 358018 | pFad | http://github.com/processing/processing4/pull/1145/files

ad Ensure logical coordinates are used for all operations by tychedelia · Pull Request #1145 · processing/processing4 · GitHub
Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,4 @@ java/build/
/app/windows/obj
/java/gradle/build
/java/gradle/example/.processing
.kotlin/
9 changes: 8 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,14 @@ tasks.register<Copy>("includeJavaMode") {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}
tasks.register<Copy>("includeJdk") {
from(Jvm.current().javaHome.absolutePath)
from(Jvm.current().javaHome.absolutePath) {
// TODO: Check if this is still needed when upgrading from JDK 17
// https://github.com/adoptium/adoptium-support/issues/937
if (OperatingSystem.current().isMacOsX) {
exclude("**/*.jsa")
exclude("**/legal/**")
}
}
destinationDir = composeResources("jdk").get().asFile
}
tasks.register<Copy>("includeSharedAssets"){
Expand Down
Loading








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/processing/processing4/pull/1145/files

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy