robot-server-core/build.gradle.kts [27:49]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - intellijPlatform { intellijIdeaCommunity("2024.1") } } // Create sources Jar from main kotlin sources val sourcesJar by tasks.creating(Jar::class) { group = JavaBasePlugin.DOCUMENTATION_GROUP description = "Assembles sources JAR" archiveClassifier.set("sources") from(sourceSets.main.get().allSource) } intellijPlatform { pluginConfiguration { ideaVersion { untilBuild = provider { null } } } } publishing { publications { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - test-recorder/build.gradle.kts [20:42]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - intellijPlatform { intellijIdeaCommunity("2024.1") } } // Create sources Jar from main kotlin sources val sourcesJar by tasks.creating(Jar::class) { group = JavaBasePlugin.DOCUMENTATION_GROUP description = "Assembles sources JAR" archiveClassifier.set("sources") from(sourceSets.main.get().allSource) } intellijPlatform { pluginConfiguration { ideaVersion { untilBuild = provider { null } } } } publishing { publications { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -