Skip to content

Commit 225e7a6

Browse files
committed
better?
1 parent 3858649 commit 225e7a6

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

dartfn/lib/src/generators/cloudevent.g.dart

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dartfn/lib/src/generators/helloworld.g.dart

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dartfn/lib/src/generators/json.g.dart

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

functions_framework_builder/lib/builder.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,16 @@ class _FunctionsFrameworkBuilder implements Builder {
9898
// you may not use this file except in compliance with the License.
9999
// You may obtain a copy of the License at
100100
//
101-
// http://www.apache.org/licenses/LICENSE-2.0
101+
// https://www.apache.org/licenses/LICENSE-2.0
102102
//
103103
// Unless required by applicable law or agreed to in writing, software
104104
// distributed under the License is distributed on an "AS IS" BASIS,
105105
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
106106
// See the License for the specific language governing permissions and
107107
// limitations under the License.
108108
109+
// @dart=3.6
110+
109111
${importDirectives.map((e) => 'import $e;').join('\n')}
110112
111113
Future<void> main(List<String> args) async {

functions_framework_builder/test/builder_test.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,14 +669,16 @@ String get _outputHeader => '''
669669
// you may not use this file except in compliance with the License.
670670
// You may obtain a copy of the License at
671671
//
672-
// http://www.apache.org/licenses/LICENSE-2.0
672+
// https://www.apache.org/licenses/LICENSE-2.0
673673
//
674674
// Unless required by applicable law or agreed to in writing, software
675675
// distributed under the License is distributed on an "AS IS" BASIS,
676676
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
677677
// See the License for the specific language governing permissions and
678678
// limitations under the License.
679679
680+
// @dart=3.6
681+
680682
import 'package:functions_framework/serve.dart';
681683
import 'package:$_pkgName/functions.dart' as function_library;
682684

0 commit comments

Comments
 (0)