Skip to content

Commit

Permalink
Merge pull request #1091 from Aalto-LeTech/v3.17
Browse files Browse the repository at this point in the history
v3.17
  • Loading branch information
Taikelenn authored Jan 15, 2024
2 parents cb1b71a + 666e147 commit fe33046
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id 'jacoco'
}

def pluginVersion = '3.16'
def pluginVersion = '3.17'

def courseVersion = '1.0'

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/fi/aalto/cs/apluscourses/model/Course.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public abstract class Course implements ComponentSource {
@Nullable
private final String newsParser;

private boolean requireAuthenticationForModules;
private final boolean requireAuthenticationForModules;

/**
* Constructs a course with the given parameters.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]]></description>

<change-notes>
Compatibility with IntelliJ 2023.3.
Minor bug fixes.
</change-notes>

<depends>com.intellij.modules.java</depends>
Expand Down

0 comments on commit fe33046

Please sign in to comment.