First Few Lines
Home
Java
Golang
Links icon
LinkedIn Twitter
About
  • Gradle publish / deploy to Nexus or Artifactory using maven-publish plugin

    May 8, 2021 · 2 min read · Java Gradle Publish Deploy  ·
    Share on:

    Sometime we end up with a situation when we have a jar file as dependency of our project and that jar file is not in our artifact repository. This makes difficulties to include this file into our gradle or maven project. Thanks to maven-publish plugin which help us to easily publish the jar to our private Nexus or …

    Read More
  • Run with --stacktrace option to get the stack trace. Run with --info or --debug option

    Sep 24, 2020 · 3 min read · Gradle Error Stacktrace Info Debug  ·
    Share on:

    While running Java or Groovy application using gradle, we see following message in case of error: 1Execution failed for task ':run'. 2> Process 'command 'D:\jdks\azul-1.8.0_265\bin\java.exe'' finished with non-zero exit value 1 3 4* Try: 5Run with --stacktrace option to get the stack trace. …

    Read More
  • Gradle Hello World Example Java

    Apr 29, 2017 · 4 min read · gradle example hello world java  ·
    Share on:

    What is Gradle? Gradle is a very popular build tool today in the ecosystem of Java based languages. Although it can be used for other languages as well. Gradle is based on the principal of convention over configuration which is also been popular with Maven. Unlike XML in Maven, Gradle uses Groovy for its language which …

    Read More

Hansaraj Das

Technologist, student, teacher, continual incremental improvement.
Read More

Featured Posts

  • Java Selenium web automation example in gradle
  • Git frequently used commands
  • Spring Boot H2 datasource with Thymeleaf using Gradle

Recent Posts

  • Configure Windows Server Core for Remote access/management
  • Execute operating system shell command in Go
  • How to select first child element in Selenium java
  • Gradle publish / deploy to Nexus or Artifactory using maven-publish plugin
  • Java Selenium web automation example in gradle
  • Golang - fatal error: sync: RUnlock of unlocked RWMutex
  • Failed to create endpoint on network nat: failed during hnsCallRawResponse: hnsCall failed in Win32
  • Copy files from docker container to host

Categories

JAVA 24 SPRING-BOOT 6 SPARK-JAVA 4 GRADLE 3 DOCKER 2 ERROR 2 GOLANG 2 SELENIUM 2 DATABASE 1 DOWNLOAD 1 GIT 1 HIBERNATE 1 JAVASCRIPT 1 JPA 1
All Categories
DATABASE1 DOCKER2 DOWNLOAD1 ERROR2 GIT1 GOLANG2 GRADLE3 HIBERNATE1 JAVA24 JAVASCRIPT1 JPA1 SELENIUM2 SERVER1 SPARK-JAVA4 SPRING-BOOT6 SQL1
[A~Z][0~9]

Tags

JAVA 21 SPRING-BOOT 8 EXAMPLE 4 FILE 4 GRADLE 4 ERROR 3 JSON 3 SELENIUM 3 SPARK 3 AJAX 2 DOCKER 2 GOLANG 2 JOIN 2 JPA 2
All Tags
ABSTRACT-CLASS1 AJAX2 CHILD1 CLICK1 COMMAND1 COMMANDS1 COMPARABLE1 COMPARATOR1 COMPRESS1 CRUD1 DEBUG1 DEPLOY1 DIALECTS1 DOCKER2 ERROR3 EXAMPLE4 EXTRACT1 FILE4 GIT1 GO1 GOLANG2 GOOGLE-GSON1 GRADLE4 HELLO-WORLD1 HIBERNATE1 HTML1 INDEX1 INFO1 JAVA21 JAVASCRIPT1 JOIN2 JPA2 JQUERY1 JSON3 JSONFORMAT1 JSONSERIALIZE1 MOVETOELEMENT1 MYSQL1 NATIVE1 OPTION1 ORACLE1 PARSE1 POSTGRES1 PUBLISH1 QUERY1 READ1 REMOTE-DESKTOP1 REST1 RUNNABLE1 SELECT1 SELENIUM3 SHELL1 SORT1 SPARK3 SPRING-BOOT8 SQL1 STACKTRACE1 STRING2 TEXT2 THREAD1 THYMELEAF2 TREESET1 UPLOAD1 WINDOWS1 WINDOWS-SERVER-CORE1 WRITE1 ZIP1
[A~Z][0~9]
First Few Lines

Copyright  FIRST FEW LINES. All Rights Reserved