We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b7290 commit 1f06b00Copy full SHA for 1f06b00
1 file changed
build.gradle
@@ -3,18 +3,18 @@ plugins {
3
}
4
5
group 'com.github.TannerLow'
6
-version '0.0'
+version '0.2'
7
description 'Matrix Library with GPU compatibility.'
8
9
repositories {
10
mavenCentral()
11
maven { url "https://jitpack.io" }
12
13
14
-java {
15
- sourceCompatibility = JavaVersion.VERSION_16
16
- targetCompatibility = JavaVersion.VERSION_16
17
-}
+//java {
+// sourceCompatibility = JavaVersion.VERSION_16
+// targetCompatibility = JavaVersion.VERSION_16
+//}
18
19
20
dependencies {
0 commit comments