Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for mrjar (0.02 seconds)

  1. gradle/libs.versions.toml

    gradlePlugin-mavenPublish = { module = "com.vanniktech:gradle-maven-publish-plugin", version.ref = "maven-publish" }
    gradlePlugin-mrjar = { module = "me.champeau.mrjar:me.champeau.mrjar.gradle.plugin", version.ref = "mrjar" }
    gradlePlugin-shadow = { module = "com.gradleup.shadow:shadow-gradle-plugin", version.ref = "shadow-plugin" }
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Mar 31 22:01:48 GMT 2026
    - 12K bytes
    - Click Count (0)
  2. build-logic/src/main/kotlin/JavaModules.kt

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    import me.champeau.mrjar.MultiReleaseExtension
    import org.gradle.api.Project
    import org.gradle.api.plugins.JavaPluginExtension
    import org.gradle.api.tasks.compile.JavaCompile
    import org.gradle.jvm.toolchain.JavaToolchainService
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Thu Feb 05 22:47:58 GMT 2026
    - 2.3K bytes
    - Click Count (0)
  3. build-logic/build.gradle.kts

      implementation(libs.gradlePlugin.spotless)
      implementation(libs.gradlePlugin.shadow)
      implementation(libs.gradlePlugin.graalvm)
      implementation(libs.gradlePlugin.ksp)
      implementation(libs.gradlePlugin.mrjar)
      implementation(libs.gradlePlugin.tapmoc)
      implementation(libs.androidx.lint.gradle)
      implementation(libs.kotlin.gradle.plugin.api)
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Wed Mar 18 18:05:02 GMT 2026
    - 1.1K bytes
    - Click Count (0)
Back to Top