Skip to content

Commit

Permalink
Run headless
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Aug 16, 2023
1 parent a55f6c9 commit 3be1f72
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,15 @@ test {
dependsOn 'cleanTest'
}

tasks.withType(Test).configureEach {
jvmArgs = [
'-Djava.awt.headless=true'
]
}

intellij {
type = 'PC'
plugins = ['python-ce', 'yaml']
plugins = ['python-ce', 'org.jetbrains.plugins.yaml']
updateSinceUntilBuild = false
version = project.properties["intellijVersion"] ?: "2023.2"
}
Expand Down

0 comments on commit 3be1f72

Please sign in to comment.