Skip to content

Commit

Permalink
Issue #99: fix a compile warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsautel committed May 6, 2020
1 parent 40e7362 commit d7270df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/com/github/gradle/node/NodeExtension.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ open class NodeExtension(project: Project) {
val yarnCommand = project.objects.property<String>().convention("yarn")
val download = project.objects.property<Boolean>().convention(false)

@Suppress("unused")
@Deprecated("Deprecated in version 3.0, please use nodeProjectDir now")
val nodeModulesDir = nodeProjectDir

Expand Down

0 comments on commit d7270df

Please sign in to comment.