Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for mrjar (0.01 sec)

  1. buildSrc/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.tasks.compile.JavaCompile
    import org.gradle.kotlin.dsl.configure
    import org.gradle.kotlin.dsl.named
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sun Sep 21 06:22:22 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  2. buildSrc/build.gradle.kts

    repositories {
      mavenCentral()
      gradlePluginPortal()
    }
    
    dependencies {
      implementation(libs.gradlePlugin.bnd)
    
      implementation(libs.kotlin.gradle.plugin.api)
    
      implementation(libs.gradlePlugin.mrjar)
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sun Sep 21 06:22:22 UTC 2025
    - 836 bytes
    - Viewed (0)
  3. android/guava-testlib/pom.xml

                  <!--
                    JPMS needs access to the module sources to complete a modular Java build. We also need to override
                    the base compiler settings (in the root `pom.xml`) to enable MRJAR output.
                  -->
                  <compilerArgs combine.self="override">
                    <arg>-sourcepath</arg>
                    <arg>${project.basedir}/src</arg>
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Mon Sep 29 17:59:17 UTC 2025
    - 5K bytes
    - Viewed (0)
  4. gradle/libs.versions.toml

    gradlePlugin-mavenPublish = "com.vanniktech:gradle-maven-publish-plugin:0.35.0"
    gradlePlugin-mavenSympathy = "io.github.usefulness.maven-sympathy:io.github.usefulness.maven-sympathy.gradle.plugin:0.3.0"
    gradlePlugin-mrjar = "me.champeau.mrjar:me.champeau.mrjar.gradle.plugin:0.1.1"
    gradlePlugin-shadow = "com.gradleup.shadow:shadow-gradle-plugin:9.2.2"
    gradlePlugin-spotless = "com.diffplug.spotless:spotless-plugin-gradle:8.0.0"
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Fri Dec 19 22:05:50 UTC 2025
    - 8.5K bytes
    - Viewed (0)
  5. guava/pom.xml

                  <!--
                    JPMS needs access to the module sources to complete a modular Java build. We also need to override the
                    base compile settings (in the root `pom.xml`) to enable MRJAR output.
                  -->
                  <compilerArgs combine.self="override">
                    <arg>-sourcepath</arg>
                    <arg>${project.basedir}/src</arg>
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Mon Nov 17 21:36:50 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  6. android/guava/pom.xml

                  <!--
                    JPMS needs access to the module sources to complete a modular Java build. We also need to override the
                    base compile settings (in the root `pom.xml`) to enable MRJAR output.
                  -->
                  <compilerArgs combine.self="override">
                    <arg>-sourcepath</arg>
                    <arg>${project.basedir}/src</arg>
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Mon Nov 17 21:36:50 UTC 2025
    - 9.8K bytes
    - Viewed (0)
Back to top