remote-robot/build.gradle.kts [21:31]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - test-recorder/build.gradle.kts [20:30]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -