Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Renanse authored May 27, 2024
1 parent e8973f1 commit 6561c23
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ardor3d-swt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ val swtNatives = when {

dependencies {
api(project(":ardor3d-core"))

api("org.eclipse.platform:org.eclipse.swt:$swtVersion")

implementation("org.eclipse.platform:$swtNatives:$swtVersion")


testImplementation(project(":ardor3d-core"))
testImplementation(project(":ardor3d-math"))
testImplementation(project(":ardor3d-savable"))
}

tasks.test {
dependsOn(":ardor3d-core:packageSources", ":ardor3d-math:packageSources", ":ardor3d-savable:packageSources")
useJUnitPlatform()
}

0 comments on commit 6561c23

Please sign in to comment.