Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ellizio committed Mar 17, 2024
1 parent 45cede0 commit 1c032c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ task setBuildTool {
}

task compileDotNet {
dependsOn rdgen
dependsOn setBuildTool
doLast {
def arguments = setBuildTool.args.clone()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.jetbrains.rider.plugins.odatacliui.models

import com.jetbrains.rider.plugins.odatacliui.MutableProperty

class CliDialogModel(val cliVersion: String) {
val serviceName = MutableProperty("")
val metadataSource = MutableProperty("")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.jetbrains.rider.plugins.odatacliui
package com.jetbrains.rider.plugins.odatacliui.models

import com.intellij.ui.dsl.builder.MutableProperty

Expand Down

0 comments on commit 1c032c8

Please sign in to comment.