Skip to content

Commit

Permalink
Java 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDBartek committed Aug 15, 2021
1 parent 8528153 commit 8cdef1e
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .idea/discord.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions FakeElytra.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="FacetManager">
<facet type="minecraft" name="Minecraft">
<configuration>
<autoDetectTypes>
<platformType>SPIGOT</platformType>
</autoDetectTypes>
</configuration>
</facet>
</component>
</module>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.amdbartek</groupId>
<artifactId>FakeElytra</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>

<repositories>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: FakeElytra
description: Allows you to glide without an Elytra.
version: 1.2-SNAPSHOT
version: 1.2.1-SNAPSHOT
api-version: 1.17
author: AMDBartek
website: https://github.com/AMDBartek/FakeElytra/
Expand Down

0 comments on commit 8cdef1e

Please sign in to comment.