We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa6f80 commit 5523c36Copy full SHA for 5523c36
2 files changed
build.gradle
@@ -58,13 +58,13 @@ uploadArchives {
58
59
install {
60
repositories.mavenInstaller {
61
- pom.version = '1.1'
+ pom.version = '1.2-SNAPSHOT'
62
pom.artifactId = 'kscript'
63
// pom.group = 'de.mpicbg.scicomp'
64
}
65
66
67
//http://stackoverflow.com/questions/34377367/why-is-gradle-install-replacing-my-version-with-unspecified
68
group = 'de.mpicbg.scicomp'
69
-version = '1.1'
+version = '1.2-SNAPSHOT'
70
//version = '1.1-SNAPSHOT'
suport_api_notes.md
@@ -24,7 +24,10 @@ Release Checklist
24
1. Push and create github release tag
25
26
2.
27
-```
+```bash
28
+# cd /Users/brandl/projects/kotlin/kscript-support-api
29
+
30
+gradle test
31
gradle install
32
```
33
0 commit comments