Skip to content

Commit

Permalink
⬆️ Upgrade SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteVermouth committed Oct 1, 2023
1 parent 33e6d21 commit db274c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ steps:
tasks: 'buildPlugin'
displayName: 'Build plugin'

# - task: Gradle@2
# inputs:
# gradleWrapperFile: 'gradlew'
# jdkVersionOption: '11'
# tasks: 'runPluginVerifier'
# displayName: 'Verify plugin'

- task: GitHubRelease@0
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
inputs:
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
// Kotlin support
id("org.jetbrains.kotlin.jvm") version "1.8.21"
// Gradle IntelliJ Plugin
id("org.jetbrains.intellij") version "1.13.3"
id("org.jetbrains.intellij") version "1.15.0"
// Gradle Changelog Plugin
id("org.jetbrains.changelog") version "2.0.0"
}
Expand All @@ -23,7 +23,7 @@ repositories {

kotlin {
jvmToolchain {
languageVersion.set(JavaLanguageVersion.of(11))
languageVersion.set(JavaLanguageVersion.of(17))
}
}

Expand Down

0 comments on commit db274c6

Please sign in to comment.