Skip to content

Commit

Permalink
use google() maven repo, use updated java plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows committed Feb 25, 2018
1 parent 235f05e commit f2195f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
buildscript {
ext.kotlin_version = '1.2.21'
ext.kotlinVersion = '1.2.21'

repositories {
google()
jcenter()
}

Expand Down
2 changes: 1 addition & 1 deletion generator/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apply plugin: 'java'
apply plugin: 'java-library'
apply plugin: 'kotlin'

dependencies {
Expand Down

0 comments on commit f2195f3

Please sign in to comment.