File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
java/fi/aalto/cs/apluscourses/model Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77 id ' jacoco'
88}
99
10- def pluginVersion = ' 3.16 '
10+ def pluginVersion = ' 3.17 '
1111
1212def courseVersion = ' 1.0'
1313
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ public abstract class Course implements ComponentSource {
9797 @ Nullable
9898 private final String newsParser ;
9999
100- private boolean requireAuthenticationForModules ;
100+ private final boolean requireAuthenticationForModules ;
101101
102102 /**
103103 * Constructs a course with the given parameters.
Original file line number Diff line number Diff line change 1515 ]]> </description >
1616
1717 <change-notes >
18- Compatibility with IntelliJ 2023.3 .
18+ Minor bug fixes .
1919 </change-notes >
2020
2121 <depends >com.intellij.modules.java</depends >
You can’t perform that action at this time.
0 commit comments