Skip to content

Commit

Permalink
Compare project by name
Browse files Browse the repository at this point in the history
  • Loading branch information
md5sha256 committed Dec 6, 2023
1 parent 0e0b085 commit 6df08bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ subprojects {
}
}

if (project.path.contains("platform").not() && project != projects.adapters.platform.platformInterface) {
if (project.path.contains("platform").not() && project.name != "platform-adapter") {
publishing {
publications {
create<MavenPublication>(project.name) {
Expand Down

0 comments on commit 6df08bc

Please sign in to comment.