Skip to content

Commit 38f578b

Browse files
committed
Revert "Don't publish the plugin twice."
This reverts commit c202f1c.
1 parent 5af73c5 commit 38f578b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

plugin/build.gradle

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ apply plugin: "java-gradle-plugin"
66
apply plugin: "maven-publish"
77
apply plugin: "kotlin"
88

9+
gradlePlugin {
10+
plugins {
11+
simplePlugin {
12+
id = 'org.mozilla.rust-android-gradle'
13+
implementationClass = 'com.nishtahir.RustAndroidPlugin'
14+
displayName = 'Plugin for building Rust with Cargo in Android projects'
15+
description = 'A plugin that helps build Rust JNI libraries with Cargo for use in Android projects.'
16+
}
17+
}
18+
}
19+
920
group 'org.mozilla.rust-android-gradle'
1021
version "$plugin_version"
1122

0 commit comments

Comments
 (0)