forked from gradle/gradle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniel Lacasse
committed
Mar 29, 2019
1 parent
d87d397
commit 76a81cf
Showing
1 changed file
with
2 additions
and
37 deletions.
There are no files selected for viewing
39 changes: 2 additions & 37 deletions
39
subprojects/distributions/src/changes/accepted-public-api-changes.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,3 @@ | ||
{ | ||
"acceptedApiChanges": [ | ||
{ | ||
"type": "org.gradle.language.rc.tasks.WindowsResourceCompile", | ||
"member": "Method org.gradle.language.rc.tasks.WindowsResourceCompile.compile(org.gradle.work.InputChanges)", | ||
"acceptation": "Migrated to the new incremental tasks API", | ||
"changes": [] | ||
}, | ||
{ | ||
"type": "org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask", | ||
"member": "Method org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask.compile(org.gradle.work.InputChanges)", | ||
"acceptation": "Migrated to the new incremental tasks API", | ||
"changes": [] | ||
}, | ||
{ | ||
"type": "org.gradle.language.nativeplatform.tasks.AbstractNativePCHCompileTask", | ||
"member": "Class org.gradle.language.nativeplatform.tasks.AbstractNativePCHCompileTask", | ||
"acceptation": "Migrated to the new incremental tasks API", | ||
"changes": [ | ||
"org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask.compile(org.gradle.api.tasks.incremental.IncrementalTaskInputs)" | ||
] | ||
}, | ||
{ | ||
"type": "org.gradle.language.nativeplatform.tasks.AbstractNativeSourceCompileTask", | ||
"member": "Class org.gradle.language.nativeplatform.tasks.AbstractNativeSourceCompileTask", | ||
"acceptation": "Migrated to the new incremental tasks API", | ||
"changes": [ | ||
"org.gradle.language.nativeplatform.tasks.AbstractNativeCompileTask.compile(org.gradle.api.tasks.incremental.IncrementalTaskInputs)" | ||
] | ||
}, | ||
{ | ||
"type": "org.gradle.language.swift.tasks.UnexportMainSymbol", | ||
"member": "Method org.gradle.language.swift.tasks.UnexportMainSymbol.unexport(org.gradle.work.InputChanges)", | ||
"acceptation": "Migrated to the new incremental tasks API", | ||
"changes": [] | ||
} | ||
] | ||
} | ||
"acceptedApiChanges": [] | ||
} |