Skip to content

Commit

Permalink
release 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shalousun committed Dec 6, 2020
1 parent a19b349 commit 606d857
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,19 @@ plugins {
}

group 'com.github.shalousun'
version '1.2.4'
version '1.2.5'

sourceCompatibility = 1.8

repositories {
maven {url 'http://localhost:8081/nexus/content/groups/public/'}
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
mavenCentral()
}

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.13.1'
compile 'com.github.shalousun:smart-doc:1.9.9.1'
compile 'com.github.shalousun:smart-doc:1.9.9.2'
}
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
Expand Down

0 comments on commit 606d857

Please sign in to comment.