Skip to content

Commit d7caa73

Browse files
committed
Prepare for release v0.7.1
1 parent 59a5290 commit d7caa73

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
apply plugin: 'java-library'
12
apply plugin: 'java'
2-
apply plugin: 'signing'
33
apply plugin: 'maven'
4+
apply plugin: 'signing'
45

56
group = 'com.bladecoder.ink'
67

78
sourceCompatibility = 1.7
9+
targetCompatibility=1.7
810
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
911

1012
repositories {
@@ -49,7 +51,7 @@ task sourcesJar(type: Jar) {
4951
}
5052

5153
artifacts {
52-
archives jar
54+
//archives jar
5355
archives enginedocJar
5456
archives sourcesJar
5557
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Matching Ink v0.9.0
2-
version=0.7.1-SNAPSHOT
2+
version=0.7.1
33

0 commit comments

Comments
 (0)