Skip to content

Commit

Permalink
Clean accepted API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lacasse committed Mar 29, 2019
1 parent d87d397 commit 76a81cf
Showing 1 changed file with 2 additions and 37 deletions.
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": []
}

0 comments on commit 76a81cf

Please sign in to comment.