Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelldi committed Nov 24, 2023
1 parent 6cc3dba commit 34138ed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
9 changes: 2 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ pluginUntilBuild = 233.*

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = RD
platformVersion = 2023.3-EAP7-SNAPSHOT
platformVersion = 2023.3-EAP8-SNAPSHOT

# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions.
# RD-2023.3
pluginVerifierIdeVersions = RD-2023.3-EAP7
pluginVerifierIdeVersions = RD-2023.3-EAP8

dotnetBuildConfiguration = Debug

Expand All @@ -36,8 +36,3 @@ org.gradle.caching = true

# Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment
systemProp.org.gradle.unsafe.kotlin.assignment = true

# Temporary workaround for Kotlin Compiler OutOfMemoryError -> https://jb.gg/intellij-platform-kotlin-oom
kotlin.incremental.useClasspathSnapshot = false

kotlin.daemon.jvmargs=-Xmx1500m -Xms=500m
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
annotations = "24.0.1"

# plugins
kotlin = "1.9.10"
kotlin = "1.9.20"
changelog = "2.2.0"
gradleIntelliJPlugin = "1.16.0"
qodana = "0.1.13"
Expand Down
2 changes: 1 addition & 1 deletion src/dotnet/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>

<RiderSDKVersion>2023.3.0-eap07</RiderSDKVersion>
<RiderSDKVersion>2023.3.0-eap08</RiderSDKVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
using System.Collections.Generic;
using JetBrains.Application;
using JetBrains.ProjectModel;
using JetBrains.ProjectModel.Properties;

namespace AspirePlugin.RunnableProject;

[SolutionComponent]
[ShellComponent]
public class AspireProjectPropertyRequest : IProjectPropertiesRequest
{
public const string IsAspireHost = "IsAspireHost";
Expand Down

0 comments on commit 34138ed

Please sign in to comment.