mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Rename JetPack -> JetBrains
This commit is contained in:
committed by
Alexey Tsvetkov
parent
d0859c665c
commit
518aa7fc81
@@ -1,5 +1,5 @@
|
||||
Jetpack Compose gradle plugin for easy configuration
|
||||
JetBrains Compose gradle plugin for easy configuration
|
||||
|
||||
Environment variables:
|
||||
* `COMPOSE_GRADLE_PLUGIN_VERSION` - version of plugin
|
||||
* `COMPOSE_GRADLE_PLUGIN_COMPOSE_VERSION` - version of Jetpack Compose used by the plugin
|
||||
* `COMPOSE_GRADLE_PLUGIN_COMPOSE_VERSION` - version of JetBrains Compose used by the plugin
|
||||
@@ -1,6 +1,6 @@
|
||||
// "Global" properties
|
||||
object BuildProperties {
|
||||
const val name = "Jetpack Compose Plugin"
|
||||
const val name = "JetBrains Compose Plugin"
|
||||
const val group = "org.jetbrains.compose"
|
||||
const val website = "https://jetbrains.org/compose"
|
||||
const val vcs = "https://github.com/JetBrains/compose-jb"
|
||||
|
||||
@@ -11,7 +11,7 @@ plugins {
|
||||
gradlePluginConfig {
|
||||
pluginId = "org.jetbrains.compose.desktop.application"
|
||||
artifactId = "compose-desktop-application-gradle-plugin"
|
||||
displayName = "Jetpack Compose Desktop Application Plugin"
|
||||
displayName = "JetBrains Compose Desktop Application Plugin"
|
||||
description = "Plugin for creating native distributions and run configurations"
|
||||
implementationClass = "org.jetbrains.compose.desktop.application.ApplicationPlugin"
|
||||
}
|
||||
|
||||
@@ -9,8 +9,8 @@ plugins {
|
||||
gradlePluginConfig {
|
||||
pluginId = "org.jetbrains.compose"
|
||||
artifactId = "compose-gradle-plugin"
|
||||
displayName = "Jetpack Compose Plugin"
|
||||
description = "Jetpack Compose gradle plugin for easy configuration"
|
||||
displayName = "JetBrains Compose Plugin"
|
||||
description = "JetBrains Compose Gradle plugin for easy configuration"
|
||||
implementationClass = "org.jetbrains.compose.ComposePlugin"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user