Skip to content

Commit

Permalink
Prepare for release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bladecoder committed Sep 6, 2019
1 parent 59a5290 commit d7caa73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
apply plugin: 'java-library'
apply plugin: 'java'
apply plugin: 'signing'
apply plugin: 'maven'
apply plugin: 'signing'

group = 'com.bladecoder.ink'

sourceCompatibility = 1.7
targetCompatibility=1.7
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

repositories {
Expand Down Expand Up @@ -49,7 +51,7 @@ task sourcesJar(type: Jar) {
}

artifacts {
archives jar
//archives jar
archives enginedocJar
archives sourcesJar
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Matching Ink v0.9.0
version=0.7.1-SNAPSHOT
version=0.7.1

0 comments on commit d7caa73

Please sign in to comment.