We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a5290 commit d7caa73Copy full SHA for d7caa73
build.gradle
@@ -1,10 +1,12 @@
1
+apply plugin: 'java-library'
2
apply plugin: 'java'
-apply plugin: 'signing'
3
apply plugin: 'maven'
4
+apply plugin: 'signing'
5
6
group = 'com.bladecoder.ink'
7
8
sourceCompatibility = 1.7
9
+targetCompatibility=1.7
10
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
11
12
repositories {
@@ -49,7 +51,7 @@ task sourcesJar(type: Jar) {
49
51
}
50
52
53
artifacts {
- archives jar
54
+ //archives jar
55
archives enginedocJar
56
archives sourcesJar
57
gradle.properties
@@ -1,3 +1,3 @@
# Matching Ink v0.9.0
-version=0.7.1-SNAPSHOT
+version=0.7.1
0 commit comments