Ant compatibility

This commit is contained in:
Stef Tervelde
2025-01-14 16:52:32 +01:00
parent ac7307c305
commit 9405105cb4
4 changed files with 8 additions and 14 deletions
+2
View File
@@ -110,3 +110,5 @@ java/build/
/java/lsp/build
/.kotlin/sessions
/core/examples/build
.build/
-6
View File
@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalDependencies">
<plugin id="AntSupport" />
</component>
</project>
+5 -1
View File
@@ -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
View File
@@ -11,10 +11,4 @@ include(
"java:libraries:pdf",
"java:libraries:serial",
"java:libraries:svg",
)
buildscript {
repositories {
mavenCentral()
}
}
)