Skip to content

Commit

Permalink
remove maven-publish, looks like i dont need it
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeffian committed Mar 17, 2022
1 parent f4b4352 commit 16a3a99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id 'java'
id 'maven-publish'
}

group 'dev.yeff'
Expand Down
2 changes: 1 addition & 1 deletion examples/src/main/java/dev/yeff/scenes/MainScene.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ public void update(Game game, float fps) {

@Override
public void dispose(Game game) {

}
}

0 comments on commit 16a3a99

Please sign in to comment.