Skip to content

Commit f7cece5

Browse files
author
matrixdev
committed
fixed java version
1 parent 6a433dc commit f7cece5

File tree

142 files changed

+14
-181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+14
-181
lines changed

plugin/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/build

plugin/build.gradle.kts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ plugins {
88
group = "dev.matrix.android-rust"
99
version = "0.1.0"
1010

11+
java {
12+
sourceCompatibility = JavaVersion.VERSION_11
13+
targetCompatibility = JavaVersion.VERSION_11
14+
}
15+
1116
repositories {
1217
google()
1318
mavenCentral()
@@ -30,6 +35,14 @@ gradlePlugin {
3035
}
3136
}
3237

38+
publishing {
39+
repositories {
40+
maven {
41+
url = uri(layout.buildDirectory.dir("repo"))
42+
}
43+
}
44+
}
45+
3346
dependencies {
3447
implementation(kotlin("stdlib"))
3548

-136 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)