Skip to content

Commit

Permalink
build: 引用正式版依赖包,升级到 2.0.0,准备发布
Browse files Browse the repository at this point in the history
  • Loading branch information
toggery committed Jun 24, 2022
1 parent e7f5541 commit ea940af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@ plugins {
}

group = 'io.github.toggery'
version = '1.0.0'
version = '2.0.0'
sourceCompatibility = '1.8'
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

repositories {
mavenLocal()
mavenCentral()
}

ext {
jt808MessageBodyVersion = '1.0.2'
jt808MessageBodyVersion = '2.0.0'
nettyVersion = '4.1.78.Final'
jupiterVersion = '5.8.2'
}
Expand Down

0 comments on commit ea940af

Please sign in to comment.