Skip to content

Commit 26688f1

Browse files
committed
v0.8.3.0-build-16+16
1 parent 273dd1d commit 26688f1

File tree

4 files changed

+8
-20
lines changed

4 files changed

+8
-20
lines changed

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -123,19 +123,6 @@ public static int createTexture(String filename) {
123123
* tga
124124

125125

126-
### Build-logic and platform dependencies
126+
### How to retrieve it:
127127

128-
The build logic has been extracted in dedicated [plugins](https://github.com/elect86/build-logic), as well as the versioning in specific platform [plugins](https://github.com/elect86/platforms).
129-
130-
In order to import gli you need then to add the repository where these plugins are getting published for the time being.
131-
132-
In Gradle KTS you can do that by adding the following to your `settings.gradle.kts`:
133-
134-
```kotlin
135-
pluginManagement {
136-
repositories {
137-
gradlePluginPortal()
138-
maven("https://repo.repsy.io/mvn/elect/kx")
139-
}
140-
}
141-
```
128+
You can find all the instructions by [mary](https://github.com/kotlin-graphics/mary)

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ import kx.kxImplementation
44
import kx.lwjglImplementation
55

66
plugins {
7-
val build = "0.6.6"
7+
val build = "0.7.0+63"
88
id("kx.kotlin.11") version build
99
id("kx.lwjgl") version build
1010
id("kx.dokka") version build
11-
id("kx.jitpack") version build
11+
id("kx.publish") version build
1212
java
1313
}
1414

15-
version = "0.8.3.0-17"
15+
version = "0.8.3.0-17+01"
1616

1717
repositories {
1818
maven("https://jitpack.io")

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
org.gradle.jvmargs=-XX:MaxMetaspaceSize=1g
2-
org.gradle.daemon=false
2+
org.gradle.daemon=false
3+
platformVersion=0.2.8+31

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ rootProject.name = "gli"
33
pluginManagement {
44
repositories {
55
gradlePluginPortal()
6-
maven("https://repo.repsy.io/mvn/elect/kx")
6+
maven("https://raw.githubusercontent.com/kotlin-graphics/mary/master")
77
}
88
}

0 commit comments

Comments
 (0)