Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin O'Neal committed Sep 29, 2016
1 parent 276baa7 commit f0c4fe3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A gradle plugin for creating the .syntastic_javac_config file used by syntastic
```
plugins {
id "org.gradle.java"
id "com.scuilion.syntastic" version "0.3.6"
id "com.scuilion.syntastic" version "0.3.8"
}
```

Expand Down
6 changes: 4 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#Updated secret and key with server message: Generated key 'kevino-ThinkPad-T450s' for 'scuilion'
#Wed, 28 Sep 2016 19:51:32 -0500
#Updated secret and key with server message: Using key 'kmb-us-master109' for scuilion
#Fri, 04 Sep 2015 09:30:22 -0500
group=com.scuilion.syntastic
Expand All @@ -6,7 +8,7 @@ artifactTags=utility syntastic vim
pluginDescription=Integrate syntastic with your gradle projects.
syntasticVcsUrl=https\://github.com/scuilion/gradle-syntastic-plugin.git
artifactId=gradle-syntastic-plugin
gradle.publish.key=
gradle.publish.secret=
gradle.publish.key=CW9lfoA2Ke0REjLWUdvua0QBYqKGPgxB
gradle.publish.secret=HUhJO8aRDChYU9VuJzwvdJh9vvT482fG

This comment has been minimized.

Copy link
@dridi

dridi Oct 2, 2016

Contributor

Watch your keys, dammit! 👎

This comment has been minimized.

Copy link
@Scuilion

Scuilion Oct 2, 2016

Owner

😢

bintrayUser=
bintrayKey=
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ class SyntasticPlugin implements Plugin<Project> {

resolver { // lazy evaluation
def cp = project.files()
project.allprojects.each {
println 'x1' + it
println 'x2' + it.class
}
project.allprojects.each { proj ->
proj.plugins.withType(JavaBasePlugin) {
proj?.sourceSets.all {
Expand Down

0 comments on commit f0c4fe3

Please sign in to comment.