Skip to content

Commit

Permalink
Ant compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefterv committed Jan 14, 2025
1 parent ac7307c commit 9405105
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,5 @@ java/build/
/java/lsp/build
/.kotlin/sessions
/core/examples/build

.build/
6 changes: 0 additions & 6 deletions .idea/externalDependencies.xml

This file was deleted.

6 changes: 5 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
8 changes: 1 addition & 7 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,4 @@ include(
"java:libraries:pdf",
"java:libraries:serial",
"java:libraries:svg",
)

buildscript {
repositories {
mavenCentral()
}
}
)

0 comments on commit 9405105

Please sign in to comment.