Changes

110 bytes added ,  16:45, 5 April 2021
add a small tidbit about the group ID must always be present
Line 61: Line 61:  
* <code>''<artifact>''-''<classifier>''.''<ext>''</code>
 
* <code>''<artifact>''-''<classifier>''.''<ext>''</code>
   −
For example, for the dependency <code>junit:junit:4.8.1</code>, it will first search for <code>junit-4.8.1.jar</code> then <code>junit.jar</code>. The group ID in the dependency descriptor is always ignored.
+
For example, for the dependency <code>junit:junit:4.8.1</code>, it will first search for <code>junit-4.8.1.jar</code> then <code>junit.jar</code>. The group ID in the dependency descriptor must be present (due to the presence of non-flat directory repositories as added by ForgeGradle), but it will always be ignored.
297

edits