Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
RELEASE v1.2.2
Browse files Browse the repository at this point in the history
1. 重写Logger策略:新增文件Logger
2. 代码优化
  • Loading branch information
Ray-Eldath committed Jan 14, 2018
1 parent 96ddb9a commit d980ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'java'
apply plugin: 'kotlin'
apply plugin: 'application'

mainClassName = 'avalon.group.GroupMessageHandler'
mainClassName = 'avalon.main.MainServer'
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down

0 comments on commit d980ecb

Please sign in to comment.