Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

  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
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Sun Sep 21 06:22:22 GMT 2025
    - 1.9K bytes
    - Click Count (0)
  2. buildSrc/build.gradle.kts

    repositories {
      mavenCentral()
      gradlePluginPortal()
    }
    
    dependencies {
      implementation(libs.gradlePlugin.bnd)
    
      implementation(libs.kotlin.gradle.plugin.api)
    
      implementation(libs.gradlePlugin.mrjar)
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Sun Sep 21 06:22:22 GMT 2025
    - 836 bytes
    - Click Count (0)
  3. 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"
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Fri Dec 19 22:05:50 GMT 2025
    - 8.5K bytes
    - Click Count (0)
  4. 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>
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Mon Sep 29 17:59:17 GMT 2025
    - 5K bytes
    - Click Count (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>
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Mon Nov 17 21:36:50 GMT 2025
    - 9.6K bytes
    - Click Count (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>
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Mon Nov 17 21:36:50 GMT 2025
    - 9.8K bytes
    - Click Count (0)
  7. impl/maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml

                    <goals>
                      <goal>manifest</goal>
                    </goals>
                  </execution>
                </executions>
              </plugin>
              <!-- Needed for including the manifest, see MJAR-71 -->
              <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jar-plugin</artifactId>
                <version>2.1</version>
                <configuration>
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 22.4K bytes
    - Click Count (0)
  8. impl/maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml

                    <goals>
                      <goal>manifest</goal>
                    </goals>
                  </execution>
                </executions>
              </plugin>
              <!-- Needed for including the manifest, see MJAR-71 -->
              <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jar-plugin</artifactId>
                <version>2.1</version>
                <configuration>
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 22.4K bytes
    - Click Count (0)
Back to Top