-
Updated
Dec 8, 2020 - Java
Groovy
Apache Groovy is a Java-syntax-compatible object-oriented programming language for the Java platform. It is both a static and dynamic language with features similar to those of Python, Ruby, and Smalltalk. It can be used as both a programming language and a scripting language for the Java Platform, is compiled to Java virtual machine (JVM) bytecode, and interoperates seamlessly with other Java code and libraries.
Here are 1,500 public repositories matching this topic...
-
Updated
Dec 8, 2020 - Java
-
Updated
Dec 8, 2020 - Java
-
Updated
Dec 7, 2020 - Java
-
Updated
Nov 26, 2020 - Java
-
Updated
Nov 17, 2020 - Java
-
Updated
Dec 8, 2020 - Groovy
-
Updated
Feb 12, 2019 - JavaScript
-
Updated
Oct 14, 2020 - Java
-
Updated
Nov 30, 2020 - Groovy
-
Updated
Apr 27, 2020 - Java
-
Updated
Dec 5, 2020 - Java
-
Updated
Nov 20, 2020 - Kotlin
-
Updated
Dec 8, 2020 - Java
-
Updated
Nov 26, 2020 - Groovy
-
Updated
Dec 8, 2020 - Groovy
I'm trying to clone/checkout a git repository using grgit, that has submodules.
Using git from commandline that can be done using:
git clone --recurse-submodules
There seem to be no way to do that with grgit, or am I missing something?
JGit seem to have a setCloneSubmodules(boolean) method in the CloneCommand class. Can support to use that be added to grgit?
It's a best practice to always provide a text argument when posting a message, even though the platform doesn't technically require it when blocks are provided. The text argument is used in places where blocks cannot be rendered such as: system push notifications, assistive technology such as screen readers, etc.
In order to help apps adhere to this best practice and give users a more a
-
Updated
Feb 20, 2019 - Groovy
-
Updated
Apr 28, 2019 - Java
-
Updated
Dec 7, 2020 - C
Created by James Strachan
Released 2003
- Repository
- apache/groovy
- Website
- groovy-lang.org
- Wikipedia
- Wikipedia
Consider the following:
When invoking content assist (Ctrl+Space) at
|, the methods and properties of groovy.lang.Closure are very low in the list of proposals. This is due to very-well-known type adjustments made withinorg.codehaus.groovy.eclipse.codeassist.proposals.AbstractGroovyProposal.getRelevanceClass().