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
Starting a Gradle Daemon (subsequent builds will be faster) | |
Calculating task graph as no cached configuration is available for tasks: assembleBrandB2CEnvIntegrationDebug testBrandB2CEnvIntegrationDebugUnitTestCoverage sonarqube | |
1 problem was found storing the configuration cache. | |
- Task `:sonarqube` of type `org.sonarqube.gradle.SonarTask`: error writing value of type 'org.gradle.api.internal.provider.DefaultMapProperty' | |
See the complete report at file:///__w/53/s/build/reports/configuration-cache/6j2pwbridpqch049cfwfaibnk/b839xls5kkcmjz963oqbuwvt8/configuration-cache-report.html | |
FAILURE: Build failed with an exception. |
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
% ~/git/icu/icu4c/source ./runConfigureICU MacOSX | |
export CPP= CC= CXX= CPPFLAGS= CFLAGS=-O2 CXXFLAGS=-O2 LDFLAGS= MAKE= | |
Running ./configure for MacOS X (Darwin) using the default compiler | |
checking for ICU version numbers... release 75.0.1, library 75.0.1, unicode version 15.1 | |
checking build system type... arm-apple-darwin23.3.0 | |
checking host system type... arm-apple-darwin23.3.0 | |
checking whether to build debug libraries... no | |
checking whether to build release libraries... yes | |
checking for cc... cc |
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
incremental_resource_change { | |
tasks = ["assembleBrandRedEnvIntegrationDebug"] | |
warm-ups: 1 | |
iterations: 3 | |
apply-android-resource-change-to = ["app/src/main/res/values/strings.xml"] | |
} | |
incremental_layout_change { | |
tasks = ["assembleBrandRedEnvIntegrationDebug"] |
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
<activity | |
android:name="net.openid.appauth.RedirectUriReceiverActivity" | |
tools:node="replace"> | |
<intent-filter android:autoVerify="true"> | |
<action android:name="android.intent.action.VIEW" /> | |
<category android:name="android.intent.category.DEFAULT" /> | |
<category android:name="android.intent.category.BROWSABLE" /> |
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
package: name='com.example.resourcesresolutionbug.red' versionCode='1' versionName='1.0' platformBuildVersionName='' platformBuildVersionCode='' compileSdkVersion='29' compileSdkVersionCodename='10' | |
sdkVersion:'21' | |
targetSdkVersion:'29' | |
application-label:'Resources Resolution Bug' | |
application-label-af:'Resources Resolution Bug' | |
application-label-am:'Resources Resolution Bug' | |
application-label-ar:'Resources Resolution Bug' | |
application-label-as:'Resources Resolution Bug' | |
application-label-az:'Resources Resolution Bug' | |
application-label-be:'Resources Resolution Bug' |
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
setInterval(. function() { | |
document.querySelector('[data-test-id="release-delete-menu-item"]').click(); | |
document.querySelector('[data-test-id="confirm-button"]').click(); | |
}, 500) |
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
function refreshData() | |
{ | |
let index = 1 // On AND, the SVG download button is the second, so we need [1]. On iOS, the PDFs are also at [1]. See https://i.imgur.com/hoWIniV.png. | |
document.getElementsByClassName("downloadButton")[index].click() | |
setTimeout(refreshData, 1000); | |
} | |
refreshData(); // execute function |
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
D:\Downloads2019\wildfly-16.0.0.Final\bin\standalone.bat | |
"C:\Program Files\Java\jdk-11.0.1\bin\java.exe" -Dfile.encoding=windows-1252 -classpath C:\Users\carst\AppData\Local\Temp\classpath1185450043.jar com.intellij.javaee.oss.process.JavaeeProcess 49268 com.intellij.javaee.oss.jboss.agent.WildFly11Agent | |
[2019-06-26 09:39:17,816] Artifact todo:war: Waiting for server connection to start artifact deployment... | |
Detected server admin port: 9990 | |
Detected server http port: 8080 | |
Calling "D:\Downloads2019\wildfly-16.0.0.Final\bin\standalone.conf.bat" | |
Setting JAVA property to "C:\Program Files\Java\jdk-11.0.1\bin\java" | |
=============================================================================== | |
JBoss Bootstrap Environment |
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
package de.chagemann.timetracking.features.nfcReaction | |
import android.app.Application | |
import android.content.Intent | |
import androidx.lifecycle.AndroidViewModel | |
import androidx.lifecycle.Transformations | |
import de.chagemann.timetracking.db.Project | |
import de.chagemann.timetracking.db.TimeRepository | |
import de.chagemann.timetracking.db.TrackingInterval | |
import de.chagemann.timetracking.features.nfcMapping.NFCUtils |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder