Skip to content

Commit c202f1c

Browse files
committed
Don't publish the plugin twice.
When updating the publishing plugin, I must have fixed this block, 'cuz I accidentally published the plugin a second time. Don't do that again.
1 parent d35dd9a commit c202f1c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

plugin/build.gradle

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@ 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-
209
group 'org.mozilla.rust-android-gradle'
2110
version "$plugin_version"
2211

0 commit comments

Comments
 (0)