Skip to content

Commit 2ce726e

Browse files
committed
0.8.3.0-17
1 parent 9eeb822 commit 2ce726e

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

build.gradle.kts

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
import kx.*
2-
import kx.Lwjgl.Modules.jemalloc
3-
import kx.Lwjgl.Modules.opengl
4-
import kx.implementation
2+
import org.lwjgl.Lwjgl
3+
import org.lwjgl.Lwjgl.Module.*
54

65
plugins {
7-
val build = "0.7.3+52"
8-
id("kx.kotlin") version build
9-
// id("kx.dokka") version build
10-
id("kx.publish") version build
11-
id("kx.dynamic-align") version build
12-
id("kx.util") version build
6+
fun kx(vararg p: Pair<String, String>) = p.forEach { id("io.github.kotlin-graphics.${it.first}") version it.second }
7+
kx("align" to "0.0.7",
8+
"base" to "0.0.10",
9+
"publish" to "0.0.6",
10+
"utils" to "0.0.5")
11+
id("org.lwjgl.plugin") version "0.0.20"
1312
}
1413

1514
dependencies {

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https://services.gradle.org/distributions/gradle-7.2-bin.zip
7-
distributionSha256Sum=f581709a9c35e9cb92e16f585d2c4bc99b2b1a5f85d2badbd3dc6bff59e1e6dd
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
7+
distributionSha256Sum=de8f52ad49bdc759164f72439a3bf56ddb1589c4cde802d3cec7d6ad0e0ee410

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ pluginManagement {
99

1010
gradle.rootProject {
1111
group = "kotlin.graphics"
12-
version = "0.8.3.0-16+25"
12+
version = "0.8.3.0-17"
1313
}

0 commit comments

Comments
 (0)