Skip to content

Commit 82e4d5d

Browse files
committed
release: Version 1.1.0
1 parent 4992587 commit 82e4d5d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "org.spongepowered"
13-
version = "1.1.0-SNAPSHOT"
13+
version = "1.1.0"
1414

1515
subprojects {
1616
plugins.apply {

convention/src/main/groovy/org/spongepowered/gradle/convention/SpongeConventionPlugin.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@
7171
import java.util.Map;
7272
import java.util.Objects;
7373

74-
import javax.inject.Inject;
75-
7674
public abstract class SpongeConventionPlugin implements Plugin<Project> {
7775
private @MonotonicNonNull Project project;
7876

0 commit comments

Comments
 (0)