Skip to content

Commit

Permalink
rename build-logic plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Nov 12, 2023
1 parent acaa508 commit 30e98c3
Show file tree
Hide file tree
Showing 28 changed files with 47 additions and 47 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import org.jetbrains.kotlin.gradle.plugin.mpp.*

plugins {
id("rsocket.multiplatform")
id("rsocketbuild.multiplatform")
}

kotlin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

plugins {
id("rsocket.target.js.all")
id("rsocket.target.jvm")
id("rsocket.target.native.all")
id("rsocketbuild.target.js.all")
id("rsocketbuild.target.jvm")
id("rsocketbuild.target.native.all")
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
*/

plugins {
id("rsocket.target.js.browser")
id("rsocket.target.js.node")
id("rsocketbuild.target.js.browser")
id("rsocketbuild.target.js.node")
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

plugins {
id("rsocket.multiplatform")
id("rsocketbuild.multiplatform")
}

kotlin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

plugins {
id("rsocket.multiplatform")
id("rsocketbuild.multiplatform")
}

kotlin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

plugins {
id("rsocket.multiplatform")
id("rsocketbuild.multiplatform")
}

kotlin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

plugins {
id("rsocket.target.native.nix")
id("rsocketbuild.target.native.nix")
}

kotlin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

plugins {
id("rsocket.multiplatform.native")
id("rsocketbuild.multiplatform.native")
}

kotlin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

plugins {
id("rsocket.target.native.apple")
id("rsocketbuild.target.native.apple")
}

kotlin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*/

plugins {
id("rsocket.multiplatform")
id("rsocket.publication")
id("rsocketbuild.multiplatform")
id("rsocketbuild.publication")
}

kotlin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

plugins {
id("rsocket.multiplatform")
id("rsocketbuild.multiplatform")
}

kotlin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

plugins {
id("rsocket.template.library")
id("rsocketbuild.template.library")
}

kotlin {
Expand Down
4 changes: 2 additions & 2 deletions rsocket-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*/

plugins {
id("rsocket.template.library")
id("rsocket.target.all")
id("rsocketbuild.template.library")
id("rsocketbuild.target.all")
id("kotlinx-atomicfu")
}

Expand Down
4 changes: 2 additions & 2 deletions rsocket-internal-io/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*/

plugins {
id("rsocket.template.library")
id("rsocket.target.all")
id("rsocketbuild.template.library")
id("rsocketbuild.target.all")
}

kotlin {
Expand Down
4 changes: 2 additions & 2 deletions rsocket-ktor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*/

plugins {
id("rsocket.template.library")
id("rsocket.target.all")
id("rsocketbuild.template.library")
id("rsocketbuild.target.all")
}

kotlin {
Expand Down
4 changes: 2 additions & 2 deletions rsocket-ktor/rsocket-ktor-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*/

plugins {
id("rsocket.template.library")
id("rsocket.target.all")
id("rsocketbuild.template.library")
id("rsocketbuild.target.all")
}

kotlin {
Expand Down
6 changes: 3 additions & 3 deletions rsocket-ktor/rsocket-ktor-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
*/

plugins {
id("rsocket.template.library")
id("rsocket.target.jvm")
id("rsocket.target.native.nix")
id("rsocketbuild.template.library")
id("rsocketbuild.target.jvm")
id("rsocketbuild.target.native.nix")
}

kotlin {
Expand Down
4 changes: 2 additions & 2 deletions rsocket-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*/

plugins {
id("rsocket.template.test")
id("rsocket.target.all")
id("rsocketbuild.template.test")
id("rsocketbuild.target.all")
id("kotlinx-atomicfu")
}

Expand Down
4 changes: 2 additions & 2 deletions rsocket-transport-ktor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*/

plugins {
id("rsocket.template.transport")
id("rsocket.target.all")
id("rsocketbuild.template.transport")
id("rsocketbuild.target.all")
}

kotlin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
*/

plugins {
id("rsocket.template.transport")
id("rsocket.target.jvm")
id("rsocket.target.native.nix")
id("rsocketbuild.template.transport")
id("rsocketbuild.target.jvm")
id("rsocketbuild.target.native.nix")
}

kotlin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*/

plugins {
id("rsocket.template.transport")
id("rsocket.target.all")
id("rsocketbuild.template.transport")
id("rsocketbuild.target.all")
}

kotlin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
*/

plugins {
id("rsocket.template.transport")
id("rsocket.target.jvm")
id("rsocket.target.native.nix")
id("rsocketbuild.template.transport")
id("rsocketbuild.target.jvm")
id("rsocketbuild.target.native.nix")
}

kotlin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*/

plugins {
id("rsocket.template.transport")
id("rsocket.target.all")
id("rsocketbuild.template.transport")
id("rsocketbuild.target.all")
}

kotlin {
Expand Down
4 changes: 2 additions & 2 deletions rsocket-transport-local/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*/

plugins {
id("rsocket.template.transport")
id("rsocket.target.all")
id("rsocketbuild.template.transport")
id("rsocketbuild.target.all")
}

kotlin {
Expand Down
4 changes: 2 additions & 2 deletions rsocket-transport-nodejs-tcp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*/

plugins {
id("rsocket.template.transport")
id("rsocket.target.js.node")
id("rsocketbuild.template.transport")
id("rsocketbuild.target.js.node")
}

kotlin {
Expand Down
4 changes: 2 additions & 2 deletions rsocket-transport-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*/

plugins {
id("rsocket.template.test")
id("rsocket.target.all")
id("rsocketbuild.template.test")
id("rsocketbuild.target.all")
id("kotlinx-atomicfu")
}

Expand Down

0 comments on commit 30e98c3

Please sign in to comment.