Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.1-RC1
-
Component/s: Build System
-
Environment:Latest build snapshots on the master branch (not 2.0.x)
Description
./gradlew clean sourcesJars
That puts a bunch of jar files under the src/ directory. Right now those include concurrentlinkedhashmap-lru-1.2_jdk5-sources.jar and jta-1.1-sources.jar, which should not be there. Their presence in the src/ directory means that they also end up in the distribution zip under the src/ directory.
I think this started with https://github.com/grails/grails-core/commit/86087b3f9ae7e9ab50be0ddebd1ae967d46bfc92 and only happens on the master branch.
Activity
Jeff Brown
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Luke Daley [ ldaley ] |
Jeff Brown
made changes -
| Fix Version/s | 2.1 [ 12801 ] |
Luke Daley
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Jeff Brown
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Burt Beckwith
made changes -
| Workflow | Grails2 [ 70889 ] | jira [ 71504 ] |
Burt Beckwith
made changes -
| Workflow | jira [ 71504 ] | Grails2 [ 79990 ] |
Peter Ledbrook
made changes -
| Workflow | Grails2 [ 79990 ] | jira [ 88005 ] |
Peter Ledbrook
made changes -
| Workflow | jira [ 88005 ] | Grails2 [ 96211 ] |
Luke, Would you please take a look at this?