File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
fg-plugin/src/main/groovy/net/minecraftforge/gradle Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- name : Publish
1+ name : Publish FG7
22
33on :
4+ workflow_dispatch :
5+
46 push :
57 branches : [ 'FG_7.0' ]
68 paths :
7- - fg-plugin/**
89 - ' !.github/workflows/**'
910 - ' !README.md'
1011 - ' !settings.gradle'
12+ - ' fg-plugin/**'
1113
1214permissions :
1315 contents : read
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ final class Closures {
2828 /// swap out the [current thread's context class loader][Thread#setContextClassLoader(ClassLoader)] with that of the
2929 /// closure in order to force resolution of the groovy metaclass to the delegate object.
3030 ///
31- /// I'm sorry.
31+ /// I'm very sorry.
3232 ///
3333 /// @see org.gradle.api.internal.AbstractTask.ClosureTaskAction#doExecute(org.gradle.api.Task)
3434 @ SuppressWarnings ({"rawtypes" , "unchecked" , "JavadocReference" })
You can’t perform that action at this time.
0 commit comments