Skip to content

Commit

Permalink
Added BuildConfigDsl marker to prevent accidental scope issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzo committed Jun 22, 2023
1 parent 5e7b712 commit 87d5598
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import org.gradle.api.tasks.Input
import org.gradle.api.tasks.Nested
import org.gradle.api.tasks.Optional

@BuildConfigDsl
interface BuildConfigClassSpec : Named {

@Input
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.github.gmazzo.gradle.plugins

@DslMarker
annotation class BuildConfigDsl

0 comments on commit 87d5598

Please sign in to comment.