Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Publish 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
blindpirate committed Apr 26, 2017
1 parent 9dd90d7 commit 38454b6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
apply from: 'config/scripts/coverage.gradle'

group 'com.github.blindpirate'
version '0.4.5'
version '0.4.6'

/************** sourcesets **************/
sourceSets {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class TestTop1000Task extends DefaultTask {
String buildDotGradle = """
buildscript {
dependencies {
classpath files('${getProject().getRootDir().absolutePath}/build/libs/gogradle-0.4.5-all.jar')
classpath files('${getProject().getRootDir().absolutePath}/build/libs/gogradle-0.4.6-all.jar')
}
}
apply plugin: 'com.github.blindpirate.gogradle'
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gogradle是[Gradle](https://gradle.org/)的一个插件。Gradle是一个使用G

```groovy
plugins {
id 'com.github.blindpirate.gogradle' version '0.4.5'
id 'com.github.blindpirate.gogradle' version '0.4.6'
}
golang {
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

```groovy
plugins {
id 'com.github.blindpirate.gogradle' version '0.4.5'
id 'com.github.blindpirate.gogradle' version '0.4.6'
}
golang {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
public enum GogradleGlobal {
INSTANCE;

public static final String GOGRADLE_VERSION = "0.4.5";
public static final String GOGRADLE_VERSION = "0.4.6";
public static final String DEFAULT_CHARSET = "UTF-8";
public static final String GOGRADLE_BUILD_DIR_NAME = ".gogradle";
public static final int MAX_DFS_DEPTH = 100;
Expand Down

0 comments on commit 38454b6

Please sign in to comment.