Skip to content

Commit

Permalink
「Loaded class xyz.n7mn.dev.bstats.bukkit.Metrics from」が出てしまうのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kanasaki15 committed Aug 11, 2020
1 parent 3e77fb4 commit 206731f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
apply plugin: 'java'

group = 'xyz.n7mn.dev'
version = '1.1-u2'
version = '1.1-u3'

tasks.withType(AbstractCompile)*.options*.encoding = tasks.withType(GroovyCompile)*.groovyOptions*.encoding = 'UTF-8'

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/xyz/n7mn/dev/afkplugin/AfkPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import org.bukkit.Bukkit;
import org.bukkit.plugin.java.JavaPlugin;
import xyz.n7mn.dev.bstats.bukkit.Metrics;
import xyz.n7mn.dev.bstats.bukkit.afk.Metrics;

import java.io.File;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package xyz.n7mn.dev.bstats.bukkit;
package xyz.n7mn.dev.bstats.bukkit.afk;

import com.google.gson.JsonArray;
import com.google.gson.JsonObject;
Expand Down

0 comments on commit 206731f

Please sign in to comment.