mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Ant compatibility
This commit is contained in:
@@ -110,3 +110,5 @@ java/build/
|
||||
/java/lsp/build
|
||||
/.kotlin/sessions
|
||||
/core/examples/build
|
||||
|
||||
.build/
|
||||
|
||||
Generated
-6
@@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ExternalDependencies">
|
||||
<plugin id="AntSupport" />
|
||||
</component>
|
||||
</project>
|
||||
+5
-1
@@ -7,4 +7,8 @@ plugins {
|
||||
|
||||
alias(libs.plugins.compose.compiler) apply false
|
||||
alias(libs.plugins.jetbrainsCompose) apply false
|
||||
}
|
||||
}
|
||||
|
||||
// Set the build directory to not /build to prevent accidental deletion through the clean action
|
||||
// Can be deleted after the migration to Gradle is complete
|
||||
layout.buildDirectory = file(".build")
|
||||
+1
-7
@@ -11,10 +11,4 @@ include(
|
||||
"java:libraries:pdf",
|
||||
"java:libraries:serial",
|
||||
"java:libraries:svg",
|
||||
)
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user