Skip to content

Commit 0816491

Browse files
committed
Update SDK to 2023.2.0-eap03
1 parent 2451352 commit 0816491

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import org.apache.tools.ant.taskdefs.condition.Os
33

44
plugins {
55
id 'java'
6-
id 'org.jetbrains.kotlin.jvm' version '1.8.10'
7-
id 'org.jetbrains.intellij' version '1.13.3' // See https://github.com/JetBrains/gradle-intellij-plugin/releases
8-
id 'com.jetbrains.rdgen' version '2023.1.2' // See https://github.com/JetBrains/rd/releases
6+
id 'org.jetbrains.kotlin.jvm' version '1.8.21'
7+
id 'org.jetbrains.intellij' version '1.14.1' // See https://github.com/JetBrains/gradle-intellij-plugin/releases
8+
id 'com.jetbrains.rdgen' version '2023.2.1' // See https://github.com/JetBrains/rd/releases
99
id 'me.filippov.gradle.jvm.wrapper' version '0.14.0'
1010
}
1111

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PublishToken="_PLACEHOLDER_"
1717
# Release: 2020.2
1818
# EAP: 2020.3-EAP2-SNAPSHOT
1919
# Nightly: 2020.3-SNAPSHOT
20-
ProductVersion=2023.1
20+
ProductVersion=2023.2-EAP3-SNAPSHOT
2121

2222
# Kotlin 1.4 will bundle the stdlib dependency by default, causing problems with the version bundled with the IDE
2323
# https://blog.jetbrains.com/kotlin/2020/07/kotlin-1-4-rc-released/#stdlib-default

src/dotnet/Plugin.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<SdkVersion>2023.1.0</SdkVersion>
3+
<SdkVersion>2023.2.0-eap03</SdkVersion>
44

55
<Title>CyclomaticComplexity</Title>
66
<Description>Calculates cyclomatic complexity for C#, VB, JavaScript, TypeScript and C++. Highlights any method that exceeds a configurable threshold</Description>

0 commit comments

Comments
 (0)