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 791a60a commit 57733e7Copy full SHA for 57733e7
RELEASENOTES.md
@@ -1,6 +1,6 @@
1
# Release Notes of cplex-scala: A Scala library for IBM ILOG CPLEX
2
3
-## cplex-scala v1.7.0-SNAPSHOT
+## cplex-scala v1.7.0
4
5
* Port to CPLEX 12.10 and Scala 2.13
6
* Port to Gradle 5.6.2
build.gradle
@@ -5,7 +5,7 @@
*/
7
group 'com.decisionbrain'
8
-version '1.7.0-SNAPSHOT'
+version '1.7.0'
9
10
apply plugin: 'java'
11
apply plugin: 'scala'
@@ -66,6 +66,14 @@ publishing {
66
password = "$MAVEN_PASSWORD"
67
}
68
69
+// maven {
70
+// name = "GitHubPackages"
71
+// url = uri("https://maven.pkg.github.com/decisionbrain/cplex-scala")
72
+// credentials {
73
+// username = "$GITHUB_USER"
74
+// password = "$GITHUB_PASSWORD"
75
+// }
76
77
78
79
0 commit comments