Skip to content

Commit e5b6563

Browse files
committed
update wrapper v18
1 parent 8e9e0c3 commit e5b6563

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "fr.shawiizz"
9-
version = "1.0.17"
9+
version = "1.0.18"
1010

1111
repositories {
1212
mavenCentral()

src/main/java/fr/shawiizz/util/Semester.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ public class Semester {
99
private Season season;
1010
private int year;
1111

12+
public Semester() { }
13+
1214
public Semester(Season season, int year) {
1315
this.season = season;
1416
this.year = year;

0 commit comments

Comments
 (0)