Skip to content

Commit

Permalink
Generated by gradle-git-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
big-guy committed Jun 28, 2023
1 parent 568e576 commit 83794be
Show file tree
Hide file tree
Showing 162 changed files with 2,823 additions and 765 deletions.
6 changes: 5 additions & 1 deletion api/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (gradle-playframework 0.12 API)</title>
<title>All Classes (gradle-playframework 0.14 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<h1 class="bar">All&nbsp;Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="org/gradle/playframework/util/CollectionUtils.html" title="class in org.gradle.playframework.util" target="classFrame">CollectionUtils</a></li>
<li><a href="org/gradle/playframework/util/CollectionUtils.SetDiff.html" title="class in org.gradle.playframework.util" target="classFrame">CollectionUtils.SetDiff</a></li>
<li><a href="org/gradle/playframework/tools/internal/Compiler.html" title="interface in org.gradle.playframework.tools.internal" target="classFrame"><span class="interfaceName">Compiler</span></a></li>
<li><a href="org/gradle/playframework/tools/internal/CompileSpec.html" title="interface in org.gradle.playframework.tools.internal" target="classFrame"><span class="interfaceName">CompileSpec</span></a></li>
<li><a href="org/gradle/playframework/tools/internal/javascript/DefaultJavaScriptCompileSpec.html" title="class in org.gradle.playframework.tools.internal.javascript" target="classFrame">DefaultJavaScriptCompileSpec</a></li>
Expand Down Expand Up @@ -108,6 +110,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="org/gradle/playframework/tools/internal/twirl/VersionedPlayTwirlAdapter.html" title="interface in org.gradle.playframework.tools.internal.twirl" target="classFrame"><span class="interfaceName">VersionedPlayTwirlAdapter</span></a></li>
<li><a href="org/gradle/playframework/tools/internal/routes/VersionedRoutesCompilerAdapter.html" title="interface in org.gradle.playframework.tools.internal.routes" target="classFrame"><span class="interfaceName">VersionedRoutesCompilerAdapter</span></a></li>
<li><a href="org/gradle/playframework/tools/internal/twirl/VersionedTwirlCompilerAdapter.html" title="class in org.gradle.playframework.tools.internal.twirl" target="classFrame">VersionedTwirlCompilerAdapter</a></li>
<li><a href="org/gradle/playframework/util/VersionNumber.html" title="class in org.gradle.playframework.util" target="classFrame">VersionNumber</a></li>
<li><a href="org/gradle/playframework/util/VersionNumber.Scheme.html" title="interface in org.gradle.playframework.util" target="classFrame"><span class="interfaceName">VersionNumber.Scheme</span></a></li>
</ul>
</div>
</body>
Expand Down
6 changes: 5 additions & 1 deletion api/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (gradle-playframework 0.12 API)</title>
<title>All Classes (gradle-playframework 0.14 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<h1 class="bar">All&nbsp;Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="org/gradle/playframework/util/CollectionUtils.html" title="class in org.gradle.playframework.util">CollectionUtils</a></li>
<li><a href="org/gradle/playframework/util/CollectionUtils.SetDiff.html" title="class in org.gradle.playframework.util">CollectionUtils.SetDiff</a></li>
<li><a href="org/gradle/playframework/tools/internal/Compiler.html" title="interface in org.gradle.playframework.tools.internal"><span class="interfaceName">Compiler</span></a></li>
<li><a href="org/gradle/playframework/tools/internal/CompileSpec.html" title="interface in org.gradle.playframework.tools.internal"><span class="interfaceName">CompileSpec</span></a></li>
<li><a href="org/gradle/playframework/tools/internal/javascript/DefaultJavaScriptCompileSpec.html" title="class in org.gradle.playframework.tools.internal.javascript">DefaultJavaScriptCompileSpec</a></li>
Expand Down Expand Up @@ -108,6 +110,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="org/gradle/playframework/tools/internal/twirl/VersionedPlayTwirlAdapter.html" title="interface in org.gradle.playframework.tools.internal.twirl"><span class="interfaceName">VersionedPlayTwirlAdapter</span></a></li>
<li><a href="org/gradle/playframework/tools/internal/routes/VersionedRoutesCompilerAdapter.html" title="interface in org.gradle.playframework.tools.internal.routes"><span class="interfaceName">VersionedRoutesCompilerAdapter</span></a></li>
<li><a href="org/gradle/playframework/tools/internal/twirl/VersionedTwirlCompilerAdapter.html" title="class in org.gradle.playframework.tools.internal.twirl">VersionedTwirlCompilerAdapter</a></li>
<li><a href="org/gradle/playframework/util/VersionNumber.html" title="class in org.gradle.playframework.util">VersionNumber</a></li>
<li><a href="org/gradle/playframework/util/VersionNumber.Scheme.html" title="interface in org.gradle.playframework.util"><span class="interfaceName">VersionNumber.Scheme</span></a></li>
</ul>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions api/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Constant Field Values (gradle-playframework 0.12 API)</title>
<title>Constant Field Values (gradle-playframework 0.14 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (gradle-playframework 0.12 API)";
parent.document.title="Constant Field Values (gradle-playframework 0.14 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions api/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Deprecated List (gradle-playframework 0.12 API)</title>
<title>Deprecated List (gradle-playframework 0.14 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (gradle-playframework 0.12 API)";
parent.document.title="Deprecated List (gradle-playframework 0.14 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions api/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>API Help (gradle-playframework 0.12 API)</title>
<title>API Help (gradle-playframework 0.14 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (gradle-playframework 0.12 API)";
parent.document.title="API Help (gradle-playframework 0.14 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit 83794be

Please sign in to comment.