Skip to content

Commit fe33046

Browse files
authored
Merge pull request #1091 from Aalto-LeTech/v3.17
v3.17
2 parents cb1b71a + 666e147 commit fe33046

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id 'jacoco'
88
}
99

10-
def pluginVersion = '3.16'
10+
def pluginVersion = '3.17'
1111

1212
def courseVersion = '1.0'
1313

src/main/java/fi/aalto/cs/apluscourses/model/Course.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>

0 commit comments

Comments
 (0)