File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- import org.gradle.api.publish.maven.MavenPublication
16+
1717import org.gradle.jvm.tasks.Jar
1818
1919plugins {
2020 kotlin(" jvm" )
2121 alias(libs.plugins.kotlin.serialization)
2222 alias(libs.plugins.shadow)
2323 alias(libs.plugins.nexus.plugin)
24- `maven- publish`
2524}
2625
2726kotlin {
@@ -54,10 +53,8 @@ java {
5453 targetCompatibility = JavaVersion .VERSION_11
5554}
5655
57- // Configure shadowJar to embed kotlinx.serialization
5856tasks.shadowJar {
5957 archiveClassifier.set(" all" )
60- // Merge all runtime dependencies (including kotlinx-serialization)
6158 configurations = listOf (project.configurations.runtimeClasspath.get())
6259
6360 // Don't relocate - K/Native compiler needs original package names
You can’t perform that action at this time.
0 commit comments