Selaa lähdekoodia

Add gradle nodejs plugin

wip/gradle-reposilite
Sindre Stephansen 2 vuotta sitten
vanhempi
commit
a408ec0fb1
3 muutettua tiedostoa jossa 21 lisäystä ja 0 poistoa
  1. +1
    -0
      package-list.txt
  2. +1
    -0
      pom.xml
  3. +19
    -0
      poms/com.github.node-gradle.node-com.github.node-gradle.node.gradle.plugin-3.5.1/pom.xml

+ 1
- 0
package-list.txt Näytä tiedosto

@@ -15,6 +15,7 @@ org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serializat
org.jetbrains.exposed:exposed-bom:0.41.1
org.slf4j:slf4j-api:2.0.6
org.junit:junit-bom:5.9.1
com.github.node-gradle.node:com.github.node-gradle.node.gradle.plugin:3.5.1
io.kotest:kotest-bom:5.5.4
io.kotest:kotest-runner-junit5:5.5.4
org.asciidoctor:asciidoctor-maven-plugin


+ 1
- 0
pom.xml Näytä tiedosto

@@ -5,6 +5,7 @@
<modules>
<module>poms/ch.qos.logback-logback-classic-1.2.11/pom.xml</module>
<module>poms/ch.qos.logback-logback-parent-1.2.11/pom.xml</module>
<module>poms/com.github.node-gradle.node-com.github.node-gradle.node.gradle.plugin-3.5.1/pom.xml</module>
<module>poms/com.thoughtworks.qdox-qdox-2.0.1/pom.xml</module>
<module>poms/com.vladmihalcea-hibernate-types-55-2.21.1/pom.xml</module>
<module>poms/com.vladmihalcea-hibernate-types-parent-2.21.1/pom.xml</module>


+ 19
- 0
poms/com.github.node-gradle.node-com.github.node-gradle.node.gradle.plugin-3.5.1/pom.xml Näytä tiedosto

@@ -0,0 +1,19 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>tmp.com.github.node-gradle.node</groupId>
<artifactId>placeholder.com.github.node-gradle.node.gradle.plugin</artifactId>
<version>3.5.1</version>
<packaging>pom</packaging>
<dependencies>
<dependency>
<groupId>com.github.node-gradle</groupId>
<artifactId>gradle-node-plugin</artifactId>
<version>3.5.1</version>
</dependency>
<dependency>
<groupId>com.github.node-gradle.node</groupId>
<artifactId>com.github.node-gradle.node.gradle.plugin</artifactId>
<version>3.5.1</version>
</dependency>
</dependencies>
</project>

Loading…
Peruuta
Tallenna