Skip to content

Commit

Permalink
release: Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed May 3, 2021
1 parent 4992587 commit 82e4d5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "org.spongepowered"
version = "1.1.0-SNAPSHOT"
version = "1.1.0"

subprojects {
plugins.apply {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@
import java.util.Map;
import java.util.Objects;

import javax.inject.Inject;

public abstract class SpongeConventionPlugin implements Plugin<Project> {
private @MonotonicNonNull Project project;

Expand Down

0 comments on commit 82e4d5d

Please sign in to comment.