Skip to content

Commit

Permalink
Minor improvements in build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kutz committed Apr 13, 2023
1 parent 57a7a2b commit 2a85910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ plugins {
id("info.solidsoft.pitest.aggregator")
}

repositories { mavenCentral() }

sonar {
properties {
property("sonar.projectKey", "mkutz_shakespeare")
Expand Down
2 changes: 1 addition & 1 deletion manual/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("org.asciidoctor.jvm.convert") version "3.3.2"
`shakespeare-style`
`shakespeare-testing`
java
}

dependencies {
Expand Down

0 comments on commit 2a85910

Please sign in to comment.