Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in groovy

Is there any reason to use javac over groovyc in a mixed code project?

java maven groovy gradle

Change XML tag name

groovy xmlslurper

Which maven dependency to include for evaluating groovy scripts in java application

groovy groovyshell

Save or update in Groovy

groovy groovy-sql

Groovy override compareTo

groovy dsl

Groovy: using ampersand in command line parameter

Serialize & Deserialize bean to json with Groovy

Running groovy tests with Maven

java maven groovy

MissingPropertyException thrown in spock test where block

unit-testing groovy spock

Jenkins: join multiple DSL files in one

Is there an easy way to convert existing Jenkins freestyle job to New Jenkins 2.x pipeline view

Built-in 'with' type method that returns the object it was called on

groovy

Error java.lang.NoSuchMethodError: No such DSL method '***' found among steps

Jenkinsfile add if else script?

Gradle error: Could not initialize class org.codehaus.groovy.runtime.InvokerHelper

java gradle groovy

Groovy List all properties for class

groovy properties

Groovy says my Unicode string is too long

How to copy a folder, with exclusions, with native groovy?

groovy

Jenkins Packages on Groovy Classpath?

How to instantiate a Java abstract class with a constructor parameter with a groovy closure

java groovy abstract-class