Skip to content

Instantly share code, notes, and snippets.

@NikkyAI
Created December 16, 2018 09:20
Show Gist options
  • Save NikkyAI/4179692344ca78625419d7ba626d7b03 to your computer and use it in GitHub Desktop.
Save NikkyAI/4179692344ca78625419d7ba626d7b03 to your computer and use it in GitHub Desktop.
22:15:24: Executing task 'build'...
The `kotlin-dsl` plugin applied to project ':buildSrc' enables experimental Kotlin compiler features. For more information see https://docs.gradle.org/4.10.2/userguide/kotlin_dsl.html#sec:kotlin-dsl_plugin
> Task :buildSrc:compileKotlin
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy NO-SOURCE
> Task :buildSrc:processResources NO-SOURCE
> Task :buildSrc:classes UP-TO-DATE
> Task :buildSrc:inspectClassesForKotlinIC
> Task :buildSrc:jar
> Task :buildSrc:assemble
> Task :buildSrc:compileTestKotlin NO-SOURCE
> Task :buildSrc:compileTestJava NO-SOURCE
> Task :buildSrc:compileTestGroovy NO-SOURCE
> Task :buildSrc:processTestResources NO-SOURCE
> Task :buildSrc:testClasses UP-TO-DATE
> Task :buildSrc:test NO-SOURCE
> Task :buildSrc:check UP-TO-DATE
> Task :buildSrc:build
> Configure project :
Fabric Loom: 0.1.0-SNAPSHOT Build(jenkins #55)
Could not find refmap definition, will be using default name: kotlin-example-refmap.json
:setting up loom dependencies
:downloading assets...
:setting up mappings (yarn 18w50a.26)
Providing net.fabricmc:fabric-loader:0.2.0.70
:remapping fabric-loader-0.2.0.70.jar (TinyRemapper, intermediary -> named)
yarn-tiny-18w50a.26: 4486 classes, 16617 methods, 16201 fields
:remapping fabric-loader-0.2.0.70.jar (Mixin reference maps)
Providing net.fabricmc:fabric-language-kotlin:1.3.10-26
:remapping fabric-language-kotlin-1.3.10-26.jar (TinyRemapper, intermediary -> named)
yarn-tiny-18w50a.26: 4486 classes, 16617 methods, 16201 fields
> Task :discoverMainScriptsExtensions
w: Some JAR files in the classpath have the Kotlin Runtime library bundled into them. This may cause difficult to debug problems if there's a different version of the Kotlin Runtime library in the classpath. Consider removing these libraries from the classpath
w: /home/nikky/.gradle/caches/modules-2/files-2.1/net.fabricmc/fabric-language-kotlin/1.3.10-26/46af01d55f128fc4f7cb1cb8dbe1b810d82a083f/fabric-language-kotlin-1.3.10-26.jar: Library has Kotlin runtime bundled into it
w: /home/nikky/dev/fabric/fabric-example-mod-kotlin/.gradle/minecraft/remapped_mods/fabric-language-kotlin-1.3.10-26-mapped-26.jar: Library has Kotlin runtime bundled into it
> Task :compileKotlin
> Task :compileJava
:setting java compiler args
Note: SpongePowered MIXIN Annotation Processor Version=0.7.11
Note: ObfuscationServiceFabric supports type: "official:intermediary"
Note: ObfuscationServiceFabric supports type: "official:named"
Note: ObfuscationServiceFabric supports type: "intermediary:official"
Note: ObfuscationServiceFabric supports type: "intermediary:named"
Note: ObfuscationServiceFabric supports type: "named:official"
Note: ObfuscationServiceFabric supports type: "named:intermediary"
Note: ObfuscationServiceMCP supports type: "searge"
Note: ObfuscationServiceMCP supports type: "notch"
Note: Loading named:intermediary mappings from /home/nikky/.gradle/caches/fabric-loom/mappings/yarn-tiny-18w50a.26
Note: Writing refmap to /home/nikky/dev/fabric/fabric-example-mod-kotlin/build/classes/java/main/kotlin-example-refmap.json
Note: Writing refmap to /home/nikky/dev/fabric/fabric-example-mod-kotlin/build/classes/java/main/kotlin-example-refmap.json
Note: Writing named:intermediary output TinyMappings to /home/nikky/dev/fabric/fabric-example-mod-kotlin/.gradle/minecraft/mixin-map-18w50a.26.tiny
Note: Writing refmap to /home/nikky/dev/fabric/fabric-example-mod-kotlin/build/classes/java/main/kotlin-example-refmap.json
Note: Writing refmap to /home/nikky/dev/fabric/fabric-example-mod-kotlin/build/classes/java/main/kotlin-example-refmap.json
Note: Writing named:intermediary output TinyMappings to /home/nikky/dev/fabric/fabric-example-mod-kotlin/.gradle/minecraft/mixin-map-18w50a.26.tiny
> Task :processResources
> Task :classes
> Task :inspectClassesForKotlinIC
> Task :jar
> Task :assemble
> Task :discoverTestScriptsExtensions
> Task :compileTestKotlin NO-SOURCE
> Task :compileTestJava NO-SOURCE
> Task :processTestResources NO-SOURCE
> Task :testClasses UP-TO-DATE
> Task :test NO-SOURCE
> Task :check UP-TO-DATE
> Task :remapJar
Remapping kotlin-example-1.0.0.jar
mixin-map-18w50a.26.tiny: 0 classes, 0 methods, 0 fields
yarn-tiny-18w50a.26: 4486 classes, 16617 methods, 16201 fields
> Task :build
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.10.2/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 1m 4s
8 actionable tasks: 8 executed
22:16:29: Task execution finished 'build'.
22:19:02: Executing task 'build'...
> Task :buildSrc:discoverMainScriptsExtensions
> Task :buildSrc:generateScriptPluginAdapters
> Task :buildSrc:compileKotlin UP-TO-DATE
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy NO-SOURCE
> Task :buildSrc:pluginDescriptors UP-TO-DATE
> Task :buildSrc:processResources NO-SOURCE
> Task :buildSrc:classes UP-TO-DATE
> Task :buildSrc:inspectClassesForKotlinIC UP-TO-DATE
> Task :buildSrc:jar UP-TO-DATE
> Task :buildSrc:assemble UP-TO-DATE
> Task :buildSrc:discoverTestScriptsExtensions
> Task :buildSrc:compileTestKotlin NO-SOURCE
> Task :buildSrc:pluginUnderTestMetadata UP-TO-DATE
> Task :buildSrc:compileTestJava NO-SOURCE
> Task :buildSrc:compileTestGroovy NO-SOURCE
> Task :buildSrc:processTestResources NO-SOURCE
> Task :buildSrc:testClasses UP-TO-DATE
> Task :buildSrc:test NO-SOURCE
> Task :buildSrc:validateTaskProperties UP-TO-DATE
> Task :buildSrc:check UP-TO-DATE
> Task :buildSrc:build UP-TO-DATE
> Configure project :
Fabric Loom: 0.1.0-SNAPSHOT Build(jenkins #55)
Could not find refmap definition, will be using default name: kotlin-example-refmap.json
:setting up loom dependencies
:downloading assets...
:setting up mappings (yarn 18w50a.26)
Providing net.fabricmc:fabric-loader:0.2.0.70
:remapping fabric-loader-0.2.0.70.jar (TinyRemapper, intermediary -> named)
yarn-tiny-18w50a.26: 4486 classes, 16617 methods, 16201 fields
:remapping fabric-loader-0.2.0.70.jar (Mixin reference maps)
Providing net.fabricmc:fabric-language-kotlin:1.3.10-26
:remapping fabric-language-kotlin-1.3.10-26.jar (TinyRemapper, intermediary -> named)
yarn-tiny-18w50a.26: 4486 classes, 16617 methods, 16201 fields
> Task :discoverMainScriptsExtensions
> Task :compileKotlin
> Task :compileJava
:setting java compiler args
> Task :processResources
> Task :classes
> Task :inspectClassesForKotlinIC
> Task :jar
> Task :assemble
> Task :discoverTestScriptsExtensions
> Task :compileTestKotlin NO-SOURCE
> Task :compileTestJava NO-SOURCE
> Task :processTestResources NO-SOURCE
> Task :testClasses UP-TO-DATE
> Task :test NO-SOURCE
> Task :check UP-TO-DATE
> Task :remapJar
Remapping kotlin-example-1.0.0.jar
yarn-tiny-18w50a.26: 4486 classes, 16617 methods, 16201 fields
mixin-map-18w50a.26.tiny: 4486 classes, 16617 methods, 16201 fields
> Task :build
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.0/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 37s
8 actionable tasks: 8 executed
22:19:40: Task execution finished 'build'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment