Skip to content

Commit

Permalink
release: 更新版本至 0.1.0;
Browse files Browse the repository at this point in the history
  • Loading branch information
LamGC committed Aug 20, 2021
1 parent 984576f commit 800bb13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'net.lamgc.oracle'
version '0.0.1-alpha-SNAPSHOT'
version '0.1.0'
compileJava.sourceCompatibility = JavaVersion.VERSION_16

repositories {
Expand Down Expand Up @@ -54,7 +54,6 @@ javadoc {
}

jacoco {
version "0.8.7"
reportsDir file("$buildDir/jacoco/reports")
}

Expand Down

0 comments on commit 800bb13

Please sign in to comment.