IntelliJPlatformGradlePlugin
Toggle table of contents
2.17.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
IntelliJPlatformGradlePlugin
IntelliJPlatformGradlePlugin
/
org.jetbrains.intellij.platform.gradle.models
/
JetBrainsCdnBuilds
/
Release
Release
@
Serializable
data
class
Release
(
val
type
:
String
,
val
version
:
String
,
val
build
:
String
)
Members
Constructors
Release
Link copied to clipboard
constructor
(
type
:
String
,
version
:
String
,
build
:
String
)
Properties
build
Link copied to clipboard
val
build
:
String
type
Link copied to clipboard
val
type
:
String
version
Link copied to clipboard
val
version
:
String