Skip to content

Commit

Permalink
Fix build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Apr 16, 2023
1 parent 22c9fd7 commit fcfa2e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ allprojects {
/**
* Project configuration *after* the projects has been evaluated.
*/
afterEvaluate {
gradle.projectsEvaluated {
subprojects {
val project = this

Expand All @@ -84,7 +84,7 @@ afterEvaluate {
}

if (plugins.hasPlugin("maven-publish")) {
setupPublishing(project)
setupPublishing(project)
}
}

Expand Down

0 comments on commit fcfa2e7

Please sign in to comment.