Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Jan 19, 2025
1 parent 7c1af11 commit c80106e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/app/opendocument/ConanInstallTask.kt
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ abstract class ConanInstallTask : Exec() {
abstract val conanExecutable: Property<String>

@get:Input
abstract val deployer: Property<String>
abstract val deployer: Property<String?>

@get:Input
abstract val deployerFolder: Property<String>
abstract val deployerFolder: Property<String?>

init {
profile.convention("default")
Expand Down

0 comments on commit c80106e

Please sign in to comment.