Skip to content

Commit

Permalink
revert to gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
BBesrour authored Jul 5, 2024
1 parent 6f40a31 commit cc87c16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class ProgrammingExercise extends Exercise {
private String packageName;
private boolean allowOfflineIde = true;
private String programmingLanguage = "JAVA";
private String projectType = "PLAIN_MAVEN";
private String projectType = "PLAIN_GRADLE";
private boolean staticCodeAnalysisEnabled = false;
// Required for creating course ProgrammingExercise
private Course course;
Expand Down

0 comments on commit cc87c16

Please sign in to comment.