Skip to content

Commit

Permalink
upgrade to version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Robothy committed Feb 5, 2021
1 parent f1192c0 commit 4f965f0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ name: Java CI with Gradle
on:
push:
branches: [ master ]
paths:
- '**.java'
- '**.gradle'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Quickly add maven CN mirror resources to gradle project by this plugin.

```groovy
plugins {
id 'com.robothy.cn-repo' version '1.6'
id 'com.robothy.cn-repo' version '1.7'
}
```

Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```groovy
plugins {
id 'com.robothy.cn-repo' version '1.6'
id 'com.robothy.cn-repo' version '1.7'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.robothy'
version '1.6'
version '1.7'

repositories {
mavenCentral()
Expand Down

0 comments on commit 4f965f0

Please sign in to comment.