We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4dce8 commit 1bce3ffCopy full SHA for 1bce3ff
1 file changed
build.gradle.kts
@@ -1,24 +1,23 @@
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
3
plugins {
4
- id("java-library")
5
- id("maven-publish")
6
- id("signing")
+ `java-library`
+ `maven-publish`
+ signing
7
id("io.github.gradle-nexus.publish-plugin") version "1.0.0"
8
- kotlin("jvm") version "1.5.10"
+ kotlin("jvm") version "1.5.21"
9
}
10
11
group = "dev.stashy.midifunk"
12
-version = "0.4.1"
+version = "0.5.0"
13
14
repositories {
15
mavenCentral()
16
17
18
dependencies {
19
- implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
20
implementation("io.reactivex.rxjava3:rxkotlin:3.0.1")
21
- testImplementation("org.junit.jupiter:junit-jupiter:5.6.2")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.7.2")
22
23
24
val test: Test by tasks
0 commit comments