Skip to content

Commit

Permalink
remove dependency between private and public grader
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKlenner committed Jun 15, 2023
1 parent c94e26d commit 4adedfa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ jagr {
}
}
val graderPrivate by creating {
parent(graderPublic)
rubricProviderName.set("p2.P2_RubricProvider")
graderName.set("AuD-2023-P2-Private")
configureDependencies {
implementation(libs.algoutils.tutor)
}
}
}
}
Expand Down

0 comments on commit 4adedfa

Please sign in to comment.