Skip to content

Commit

Permalink
gradleのjarの設定を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
webarata3 committed Nov 8, 2015
1 parent 2261e84 commit 6413e85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions build.gradle
Expand Up @@ -10,6 +10,14 @@ buildscript {

apply plugin: 'kotlin'

sourceCompatibility = 1.7
targetCompatibility = 1.7

jar {
baseName = 'kexcelapi'
version = '0.1.0'
}

repositories {
mavenCentral()
}
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
@@ -1,2 +1 @@
rootProject.name = 'KExcelAPI'

0 comments on commit 6413e85

Please sign in to comment.