Skip to content

Commit

Permalink
Delete unused property.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Dec 12, 2023
1 parent b556fe7 commit bbcc8e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/kotlin/com/autonomousapps/tasks/GraphViewTask.kt
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ abstract class GraphViewTask : DefaultTask() {
@get:Internal
abstract val runtimeClasspathFileCoordinates: SetProperty<Coordinates>

@get:Internal
abstract val jarAttr: Property<String>

@get:PathSensitive(PathSensitivity.NAME_ONLY)
@get:InputFiles
abstract val compileFiles: ConfigurableFileCollection
Expand Down

0 comments on commit bbcc8e2

Please sign in to comment.